Html Css Color HEX #29086C Persian Indigo

📋 copy color: '#29086C'

red 41 ◦ green 8 ◦ blue 108

#29086C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #29086C

Tints of Persian Indigo #29086C

RGB

 RED value IS 41 (16.41% from 255) = 26.11%

 GREEN value IS 8 (3.52% from 255) = 5.1%

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 26.11%
G = 5.1%
B = 68.79%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29086C (or 0x29086C) is known color: Persian Indigo. HEX triplet: 29, 08 and 6C. RGB value is (41,8,108). Sum of RGB (Red+Green+Blue) = 41+8+108=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #29086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29086C is #D6F793. Grayscale: #1C1C1C. Windows color (decimal): -14088084 or 7079977. OLE color: 7079977.

HSL color Cylindrical-coordinate representation of color #29086C: hue angle of 259.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29086C is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 8 108 -
CMYK 0.62 0.93 0 0.58
HSL 259.8º 0.86% 0.23% -
HSV(B) 259.8º 0.93% 0.42% -
XYZ 3.71 1.73 14.33 -
YUV 29.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 41 8 108 0.62 0.93 0 0.58 259.8 0.86 0.23
Hex 29 8 6C 3E 5D 0 3A 104 56 17
Octal 51 10 154 76 135 0 72 404 126 27
Binary 101001 1000 1101100 111110 1011101 0 111010 100000100 1010110 10111

Color Harmonies of #29086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29086C

Black with #29086C

Text Example


Text Example

White with #29086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29086C;
 }
 .AnyTagClassName
 {
   color: #29086C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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