#342086

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

Shades of Persian Indigo #342086

Tints of Persian Indigo #342086

Color information

#342086 (or 0x342086) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 86. RGB value is (52,32,134). Sum of RGB (Red+Green+Blue) = 52+32+134=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #342086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342086 is #CBDF79. Grayscale: #313131. Windows color (decimal): -13361018 or 8790068. OLE color: 8790068.

HSL color Cylindrical-coordinate representation of color #342086: hue angle of 251.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342086 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5232134-
CMYK0.610.7600.47
HSL251.76º61.45%32.55%-
HSV(B)251.76º76.12%52.55%-
XYZ6.243.4822.9-
YUV49.61175.63129.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 134 (52.73% from 255) = 61.47%
R=23.85%
G=14.68%
B=61.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52321340.610.7600.47251.7661.4532.55
Hex3420863D4C02Ffc3d21
Octal6440206751140573747541
Binary110100100000100001101111011001100010111111111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342086; }

 p { color: rgb(52,32,134); }

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

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

 a { background-color: rgb(52,32,134); }

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

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

 span { border-color: rgb(52,32,134); }

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