Html Css Color HEX #29166F Persian Indigo

📋 copy color: '#29166F'

red 41 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #29166F

Tints of Persian Indigo #29166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 23.56%
G = 12.64%
B = 63.79%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29166F (or 0x29166F) is known color: Persian Indigo. HEX triplet: 29, 16 and 6F. RGB value is (41,22,111). Sum of RGB (Red+Green+Blue) = 41+22+111=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #29166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29166F is #D6E990. Grayscale: #252525. Windows color (decimal): -14084497 or 7280169. OLE color: 7280169.

HSL color Cylindrical-coordinate representation of color #29166F: hue angle of 252.81º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29166F is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 22 111 -
CMYK 0.63 0.80 0 0.56
HSL 252.81º 0.67% 0.26% -
HSV(B) 252.81º 0.8% 0.44% -
XYZ 4.07 2.19 15.25 -
YUV 37.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 41 22 111 0.63 0.80 0 0.56 252.81 0.67 0.26
Hex 29 16 6F 3F 50 0 38 FD 43 1A
Octal 51 26 157 77 120 0 70 375 103 32
Binary 101001 10110 1101111 111111 1010000 0 111000 11111101 1000011 11010

Color Harmonies of #29166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29166F

Black with #29166F

Text Example


Text Example

White with #29166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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