#340184

Color #340184 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #340184

Tints of Persian Indigo #340184

Color information

#340184 (or 0x340184) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 84. RGB value is (52,1,132). Sum of RGB (Red+Green+Blue) = 52+1+132=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #340184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340184 is #CBFE7B. Grayscale: #1E1E1E. Windows color (decimal): -13368956 or 8651060. OLE color: 8651060.

HSL color Cylindrical-coordinate representation of color #340184: hue angle of 263.36º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340184 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB521132-
CMYK0.610.9900.48
HSL263.36º98.5%26.08%-
HSV(B)263.36º99.24%51.76%-
XYZ5.592.4222-
YUV31.18184.9142.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=28.11%
G=0.54%
B=71.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5211320.610.9900.48263.3698.526.08
Hex341843D63030107621a
Octal6412047514306040714232
Binary11010011000010011110111000110110000100000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340184; }

 p { color: rgb(52,1,132); }

 H1.HeaderClassName
 {
   color: #340184;
 }
 .AnyTagClassName
 {
   color: #340184;
 }
</style>
background-color css

<style>
 a { background-color: #340184; }

 a { background-color: rgb(52,1,132); }

 div.DivClassName
 {
   background-color: #340184;
 }
 .BgClassName
 {
   background-color: #340184;
 }
</style>
border-color css

<style>
 span { border-color: #340184; }

 span { border-color: rgb(52,1,132); }

 td.TdClassName
 {
   border-color: #340184;
 }
 .TagClassName
 {
   border-color: #340184;
 }
</style>