#34029D

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

Shades of Persian Indigo #34029D

Tints of Persian Indigo #34029D

Color information

#34029D (or 0x34029D) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 9D. RGB value is (52,2,157). Sum of RGB (Red+Green+Blue) = 52+2+157=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #34029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34029D is #CBFD62. Grayscale: #222222. Windows color (decimal): -13368675 or 10289716. OLE color: 10289716.

HSL color Cylindrical-coordinate representation of color #34029D: hue angle of 259.35º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34029D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB522157-
CMYK0.670.9900.38
HSL259.35º97.48%31.18%-
HSV(B)259.35º98.73%61.57%-
XYZ7.523.2132.12-
YUV34.62197.06140.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=24.64%
G=0.95%
B=74.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5221570.670.9900.38259.3597.4831.18
Hex3429D4363026103611f
Octal64223510314304640314137
Binary1101001010011101100001111000110100110100000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34029D; }

 p { color: rgb(52,2,157); }

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

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

 a { background-color: rgb(52,2,157); }

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

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

 span { border-color: rgb(52,2,157); }

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