Html Css Color HEX #29106E Persian Indigo

📋 copy color: '#29106E'

red 41 ◦ green 16 ◦ blue 110

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

Shades of Persian Indigo #29106E

Tints of Persian Indigo #29106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 110 (43.36% from 255) = 65.87%

R = 24.55%
G = 9.58%
B = 65.87%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29106E (or 0x29106E) is known color: Persian Indigo. HEX triplet: 29, 10 and 6E. RGB value is (41,16,110). Sum of RGB (Red+Green+Blue) = 41+16+110=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #29106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29106E is #D6EF91. Grayscale: #212121. Windows color (decimal): -14086034 or 7213097. OLE color: 7213097.

HSL color Cylindrical-coordinate representation of color #29106E: hue angle of 255.96º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29106E is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 16 110 -
CMYK 0.63 0.85 0 0.57
HSL 255.96º 0.75% 0.25% -
HSV(B) 255.96º 0.85% 0.43% -
XYZ 3.91 1.97 14.93 -
YUV 34.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 41 16 110 0.63 0.85 0 0.57 255.96 0.75 0.25
Hex 29 10 6E 3F 55 0 39 100 4B 19
Octal 51 20 156 77 125 0 71 400 113 31
Binary 101001 10000 1101110 111111 1010101 0 111001 100000000 1001011 11001

Color Harmonies of #29106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29106E

Black with #29106E

Text Example


Text Example

White with #29106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29106E; }

 p { color: rgb(41,16,110); }

 H1.HeaderClassName
 {
   color: #29106E;
 }
 .AnyTagClassName
 {
   color: #29106E;
 }
</style>

background-color css

<style>
 a { background-color: #29106E; }

 a { background-color: rgb(41,16,110); }

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

border-color css

<style>
 span { border-color: #29106E; }

 span { border-color: rgb(41,16,110); }

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