#34209C

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

Shades of Persian Indigo #34209C

Tints of Persian Indigo #34209C

Color information

#34209C (or 0x34209C) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 9C. RGB value is (52,32,156). Sum of RGB (Red+Green+Blue) = 52+32+156=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #34209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34209C is #CBDF63. Grayscale: #333333. Windows color (decimal): -13360996 or 10231860. OLE color: 10231860.

HSL color Cylindrical-coordinate representation of color #34209C: hue angle of 249.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34209C is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5232156-
CMYK0.670.7900.39
HSL249.68º65.96%36.86%-
HSV(B)249.68º79.49%61.18%-
XYZ7.934.1631.84-
YUV52.12186.63127.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 156 (61.33% from 255) = 65%
R=21.67%
G=13.33%
B=65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52321560.670.7900.39249.6865.9636.86
Hex34209C434F027fa4225
Octal644023410311704737210245
Binary11010010000010011100100001110011110100111111110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34209C; }

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

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

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

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

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

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

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

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