Html Css Color HEX #29116D Persian Indigo

📋 copy color: '#29116D'

red 41 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #29116D

Tints of Persian Indigo #29116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 24.55%
G = 10.18%
B = 65.27%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29116D (or 0x29116D) is known color: Persian Indigo. HEX triplet: 29, 11 and 6D. RGB value is (41,17,109). Sum of RGB (Red+Green+Blue) = 41+17+109=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #29116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29116D is #D6EE92. Grayscale: #222222. Windows color (decimal): -14085779 or 7147817. OLE color: 7147817.

HSL color Cylindrical-coordinate representation of color #29116D: hue angle of 255.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29116D is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 17 109 -
CMYK 0.62 0.84 0 0.57
HSL 255.65º 0.73% 0.25% -
HSV(B) 255.65º 0.84% 0.43% -
XYZ 3.88 1.98 14.65 -
YUV 34.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 41 17 109 0.62 0.84 0 0.57 255.65 0.73 0.25
Hex 29 11 6D 3E 54 0 39 100 49 19
Octal 51 21 155 76 124 0 71 400 111 31
Binary 101001 10001 1101101 111110 1010100 0 111001 100000000 1001001 11001

Color Harmonies of #29116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29116D

Black with #29116D

Text Example


Text Example

White with #29116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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