#29166F

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

Shades of Persian Indigo #29166F

Tints of Persian Indigo #29166F

Color information

#29166F (or 0x29166F) is unknown color: approx Persian Indigo. HEX triplet: 29, 16 and 6F. RGB value is (41,22,111). Sum of RGB (Red+Green+Blue) = 41+22+111=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #29166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29166F is #D6E990. Grayscale: #252525. Windows color (decimal): -14084497 or 7280169. OLE color: 7280169.

HSL color Cylindrical-coordinate representation of color #29166F: hue angle of 252.81º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29166F is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4122111-
CMYK0.630.8000.56
HSL252.81º66.92%26.08%-
HSV(B)252.81º80.18%43.53%-
XYZ4.072.1915.25-
YUV37.83169.29130.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=23.56%
G=12.64%
B=63.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41221110.630.8000.56252.8166.9226.08
Hex29166F3F50038fd431a
Octal51261577712007037510332
Binary1010011011011011111111111010000011100011111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29166F; }

 p { color: rgb(41,22,111); }

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

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

 a { background-color: rgb(41,22,111); }

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

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

 span { border-color: rgb(41,22,111); }

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