Html Css Color HEX #29166C Persian Indigo

📋 copy color: '#29166C'

red 41 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #29166C

Tints of Persian Indigo #29166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

 BLUE value IS 108 (42.58% from 255) = 63.16%

R = 23.98%
G = 12.87%
B = 63.16%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29166C (or 0x29166C) is known color: Persian Indigo. HEX triplet: 29, 16 and 6C. RGB value is (41,22,108). Sum of RGB (Red+Green+Blue) = 41+22+108=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #29166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29166C is #D6E993. Grayscale: #252525. Windows color (decimal): -14084500 or 7083561. OLE color: 7083561.

HSL color Cylindrical-coordinate representation of color #29166C: hue angle of 253.26º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29166C is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 22 108 -
CMYK 0.62 0.80 0 0.58
HSL 253.26º 0.66% 0.25% -
HSV(B) 253.26º 0.8% 0.42% -
XYZ 3.91 2.13 14.39 -
YUV 37.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 41 22 108 0.62 0.80 0 0.58 253.26 0.66 0.25
Hex 29 16 6C 3E 50 0 3A FD 42 19
Octal 51 26 154 76 120 0 72 375 102 31
Binary 101001 10110 1101100 111110 1010000 0 111010 11111101 1000010 11001

Color Harmonies of #29166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29166C

Black with #29166C

Text Example


Text Example

White with #29166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,22,108); }

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

background-color css

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

 a { background-color: rgb(41,22,108); }

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

border-color css

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

 span { border-color: rgb(41,22,108); }

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