Html Css Color HEX #29118C Persian Indigo

📋 copy color: '#29118C'

red 41 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #29118C

Tints of Persian Indigo #29118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70.71%

R = 20.71%
G = 8.59%
B = 70.71%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29118C (or 0x29118C) is known color: Persian Indigo. HEX triplet: 29, 11 and 8C. RGB value is (41,17,140). Sum of RGB (Red+Green+Blue) = 41+17+140=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #29118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29118C is #D6EE73. Grayscale: #252525. Windows color (decimal): -14085748 or 9179433. OLE color: 9179433.

HSL color Cylindrical-coordinate representation of color #29118C: hue angle of 251.71º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29118C is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 17 140 -
CMYK 0.71 0.88 0 0.45
HSL 251.71º 0.78% 0.31% -
HSV(B) 251.71º 0.88% 0.55% -
XYZ 5.85 2.77 25.04 -
YUV 38.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 41 17 140 0.71 0.88 0 0.45 251.71 0.78 0.31
Hex 29 11 8C 47 58 0 2D FC 4E 1F
Octal 51 21 214 107 130 0 55 374 116 37
Binary 101001 10001 10001100 1000111 1011000 0 101101 11111100 1001110 11111

Color Harmonies of #29118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29118C

Black with #29118C

Text Example


Text Example

White with #29118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29118C; }

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

 H1.HeaderClassName
 {
   color: #29118C;
 }
 .AnyTagClassName
 {
   color: #29118C;
 }
</style>

background-color css

<style>
 a { background-color: #29118C; }

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

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

border-color css

<style>
 span { border-color: #29118C; }

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

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