#29088F

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

Shades of Persian Indigo #29088F

Tints of Persian Indigo #29088F

Color information

#29088F (or 0x29088F) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 8F. RGB value is (41,8,143). Sum of RGB (Red+Green+Blue) = 41+8+143=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #29088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29088F is #D6F770. Grayscale: #202020. Windows color (decimal): -14088049 or 9373737. OLE color: 9373737.

HSL color Cylindrical-coordinate representation of color #29088F: hue angle of 254.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29088F is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB418143-
CMYK0.710.9400.44
HSL254.67º89.4%29.61%-
HSV(B)254.67º94.41%56.08%-
XYZ5.962.6326.18-
YUV33.26189.93133.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 143 (56.25% from 255) = 74.48%
R=21.35%
G=4.17%
B=74.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4181430.710.9400.44254.6789.429.61
Hex2988F475E02Cff591e
Octal511021710713605437713136
Binary10100110001000111110001111011110010110011111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,8,143); }

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

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

 a { background-color: rgb(41,8,143); }

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

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

 span { border-color: rgb(41,8,143); }

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