Html Css Color HEX #29187F Persian Indigo

📋 copy color: '#29187F'

red 41 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #29187F

Tints of Persian Indigo #29187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 21.35%
G = 12.5%
B = 66.15%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29187F (or 0x29187F) is known color: Persian Indigo. HEX triplet: 29, 18 and 7F. RGB value is (41,24,127). Sum of RGB (Red+Green+Blue) = 41+24+127=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #29187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29187F is #D6E780. Grayscale: #282828. Windows color (decimal): -14083969 or 8329257. OLE color: 8329257.

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

Color convert

RGB 41 24 127 -
CMYK 0.68 0.81 0 0.50
HSL 249.9º 0.68% 0.3% -
HSV(B) 249.9º 0.81% 0.5% -
XYZ 5.07 2.66 20.32 -
YUV 40.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 41 24 127 0.68 0.81 0 0.50 249.9 0.68 0.3
Hex 29 18 7F 44 51 0 32 FA 44 1E
Octal 51 30 177 104 121 0 62 372 104 36
Binary 101001 11000 1111111 1000100 1010001 0 110010 11111010 1000100 11110

Color Harmonies of #29187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29187F

Black with #29187F

Text Example


Text Example

White with #29187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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