Html Css Color HEX #29116F Persian Indigo

📋 copy color: '#29116F'

red 41 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #29116F

Tints of Persian Indigo #29116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 24.26%
G = 10.06%
B = 65.68%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29116F (or 0x29116F) is known color: Persian Indigo. HEX triplet: 29, 11 and 6F. RGB value is (41,17,111). Sum of RGB (Red+Green+Blue) = 41+17+111=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #29116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29116F is #D6EE90. Grayscale: #222222. Windows color (decimal): -14085777 or 7278889. OLE color: 7278889.

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

Color convert

RGB 41 17 111 -
CMYK 0.63 0.85 0 0.56
HSL 255.32º 0.73% 0.25% -
HSV(B) 255.32º 0.85% 0.44% -
XYZ 3.98 2.02 15.22 -
YUV 34.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 41 17 111 0.63 0.85 0 0.56 255.32 0.73 0.25
Hex 29 11 6F 3F 55 0 38 FF 49 19
Octal 51 21 157 77 125 0 70 377 111 31
Binary 101001 10001 1101111 111111 1010101 0 111000 11111111 1001001 11001

Color Harmonies of #29116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29116F

Black with #29116F

Text Example


Text Example

White with #29116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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