#29086F

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

Shades of Persian Indigo #29086F

Tints of Persian Indigo #29086F

Color information

#29086F (or 0x29086F) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 6F. RGB value is (41,8,111). Sum of RGB (Red+Green+Blue) = 41+8+111=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #29086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29086F is #D6F790. Grayscale: #1D1D1D. Windows color (decimal): -14088081 or 7276585. OLE color: 7276585.

HSL color Cylindrical-coordinate representation of color #29086F: hue angle of 259.22º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29086F is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB418111-
CMYK0.630.9300.56
HSL259.22º86.55%23.33%-
HSV(B)259.22º92.79%43.53%-
XYZ3.871.7915.18-
YUV29.61173.93136.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 111 (43.75% from 255) = 69.38%
R=25.62%
G=5%
B=69.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4181110.630.9300.56259.2286.5523.33
Hex2986F3F5D0381035717
Octal51101577713507040312727
Binary1010011000110111111111110111010111000100000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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