#29197D

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

Shades of Persian Indigo #29197D

Tints of Persian Indigo #29197D

Color information

#29197D (or 0x29197D) is unknown color: approx Persian Indigo. HEX triplet: 29, 19 and 7D. RGB value is (41,25,125). Sum of RGB (Red+Green+Blue) = 41+25+125=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #29197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29197D is #D6E682. Grayscale: #282828. Windows color (decimal): -14083715 or 8198441. OLE color: 8198441.

HSL color Cylindrical-coordinate representation of color #29197D: hue angle of 249.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29197D is Cyan = 0.67, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4125125-
CMYK0.670.800.51
HSL249.6º66.67%29.41%-
HSV(B)249.6º80%49.02%-
XYZ4.962.6519.65-
YUV41.18175.3127.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 125 (49.22% from 255) = 65.45%
R=21.47%
G=13.09%
B=65.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41251250.670.800.51249.666.6729.41
Hex29197D4350033fa431d
Octal513117510312006337210335
Binary10100111001111110110000111010000011001111111010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,25,125); }

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

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

 a { background-color: rgb(41,25,125); }

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

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

 span { border-color: rgb(41,25,125); }

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