Html Css Color HEX #29117F Persian Indigo

📋 copy color: '#29117F'

red 41 ◦ green 17 ◦ blue 127

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

Shades of Persian Indigo #29117F

Tints of Persian Indigo #29117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.65%

R = 22.16%
G = 9.19%
B = 68.65%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29117F (or 0x29117F) is known color: Persian Indigo. HEX triplet: 29, 11 and 7F. RGB value is (41,17,127). Sum of RGB (Red+Green+Blue) = 41+17+127=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #29117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29117F is #D6EE80. Grayscale: #242424. Windows color (decimal): -14085761 or 8327465. OLE color: 8327465.

HSL color Cylindrical-coordinate representation of color #29117F: hue angle of 253.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29117F is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 17 127 -
CMYK 0.68 0.87 0 0.50
HSL 253.09º 0.76% 0.28% -
HSV(B) 253.09º 0.87% 0.5% -
XYZ 4.95 2.4 20.28 -
YUV 36.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 41 17 127 0.68 0.87 0 0.50 253.09 0.76 0.28
Hex 29 11 7F 44 57 0 32 FD 4C 1C
Octal 51 21 177 104 127 0 62 375 114 34
Binary 101001 10001 1111111 1000100 1010111 0 110010 11111101 1001100 11100

Color Harmonies of #29117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29117F

Black with #29117F

Text Example


Text Example

White with #29117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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