Html Css Color HEX #29106D Persian Indigo

📋 copy color: '#29106D'

red 41 ◦ green 16 ◦ blue 109

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

Shades of Persian Indigo #29106D

Tints of Persian Indigo #29106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.66%

R = 24.7%
G = 9.64%
B = 65.66%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29106D (or 0x29106D) is known color: Persian Indigo. HEX triplet: 29, 10 and 6D. RGB value is (41,16,109). Sum of RGB (Red+Green+Blue) = 41+16+109=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #29106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29106D is #D6EF92. Grayscale: #212121. Windows color (decimal): -14086035 or 7147561. OLE color: 7147561.

HSL color Cylindrical-coordinate representation of color #29106D: hue angle of 256.13º degrees, saturation: 0.74, 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 #29106D is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 16 109 -
CMYK 0.62 0.85 0 0.57
HSL 256.13º 0.74% 0.25% -
HSV(B) 256.13º 0.85% 0.43% -
XYZ 3.86 1.95 14.64 -
YUV 34.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 41 16 109 0.62 0.85 0 0.57 256.13 0.74 0.25
Hex 29 10 6D 3E 55 0 39 100 4A 19
Octal 51 20 155 76 125 0 71 400 112 31
Binary 101001 10000 1101101 111110 1010101 0 111001 100000000 1001010 11001

Color Harmonies of #29106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29106D

Black with #29106D

Text Example


Text Example

White with #29106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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