#29078C

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

Shades of Persian Indigo #29078C

Tints of Persian Indigo #29078C

Color information

#29078C (or 0x29078C) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 8C. RGB value is (41,7,140). Sum of RGB (Red+Green+Blue) = 41+7+140=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #29078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29078C is #D6F873. Grayscale: #1F1F1F. Windows color (decimal): -14088308 or 9176873. OLE color: 9176873.

HSL color Cylindrical-coordinate representation of color #29078C: hue angle of 255.34º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29078C is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB417140-
CMYK0.710.9500.45
HSL255.34º90.48%28.82%-
HSV(B)255.34º95%54.9%-
XYZ5.722.5225-
YUV32.33188.76134.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 140 (55.08% from 255) = 74.47%
R=21.81%
G=3.72%
B=74.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4171400.710.9500.45255.3490.4828.82
Hex2978C475F02Dff5a1d
Octal51721410713705537713235
Binary1010011111000110010001111011111010110111111111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,7,140); }

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

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

 a { background-color: rgb(41,7,140); }

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

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

 span { border-color: rgb(41,7,140); }

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