Html Css Color HEX #29156D Persian Indigo

📋 copy color: '#29156D'

red 41 ◦ green 21 ◦ blue 109

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

Shades of Persian Indigo #29156D

Tints of Persian Indigo #29156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 23.98%
G = 12.28%
B = 63.74%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29156D (or 0x29156D) is known color: Persian Indigo. HEX triplet: 29, 15 and 6D. RGB value is (41,21,109). Sum of RGB (Red+Green+Blue) = 41+21+109=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #29156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29156D is #D6EA92. Grayscale: #242424. Windows color (decimal): -14084755 or 7148841. OLE color: 7148841.

HSL color Cylindrical-coordinate representation of color #29156D: hue angle of 253.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29156D is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 21 109 -
CMYK 0.62 0.81 0 0.57
HSL 253.64º 0.68% 0.25% -
HSV(B) 253.64º 0.81% 0.43% -
XYZ 3.94 2.11 14.67 -
YUV 37.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 41 21 109 0.62 0.81 0 0.57 253.64 0.68 0.25
Hex 29 15 6D 3E 51 0 39 FE 44 19
Octal 51 25 155 76 121 0 71 376 104 31
Binary 101001 10101 1101101 111110 1010001 0 111001 11111110 1000100 11001

Color Harmonies of #29156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29156D

Black with #29156D

Text Example


Text Example

White with #29156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29156D; }

 p { color: rgb(41,21,109); }

 H1.HeaderClassName
 {
   color: #29156D;
 }
 .AnyTagClassName
 {
   color: #29156D;
 }
</style>

background-color css

<style>
 a { background-color: #29156D; }

 a { background-color: rgb(41,21,109); }

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

border-color css

<style>
 span { border-color: #29156D; }

 span { border-color: rgb(41,21,109); }

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