Html Css Color HEX #29117C Persian Indigo

📋 copy color: '#29117C'

red 41 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #29117C

Tints of Persian Indigo #29117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.13%

R = 22.53%
G = 9.34%
B = 68.13%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29117C (or 0x29117C) is known color: Persian Indigo. HEX triplet: 29, 11 and 7C. RGB value is (41,17,124). Sum of RGB (Red+Green+Blue) = 41+17+124=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #29117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29117C is #D6EE83. Grayscale: #232323. Windows color (decimal): -14085764 or 8130857. OLE color: 8130857.

HSL color Cylindrical-coordinate representation of color #29117C: hue angle of 253.46º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29117C is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 17 124 -
CMYK 0.67 0.86 0 0.51
HSL 253.46º 0.76% 0.28% -
HSV(B) 253.46º 0.86% 0.49% -
XYZ 4.75 2.33 19.27 -
YUV 36.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 41 17 124 0.67 0.86 0 0.51 253.46 0.76 0.28
Hex 29 11 7C 43 56 0 33 FD 4C 1C
Octal 51 21 174 103 126 0 63 375 114 34
Binary 101001 10001 1111100 1000011 1010110 0 110011 11111101 1001100 11100

Color Harmonies of #29117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29117C

Black with #29117C

Text Example


Text Example

White with #29117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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