Html Css Color HEX #29136A Persian Indigo

📋 copy color: '#29136A'

red 41 ◦ green 19 ◦ blue 106

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

Shades of Persian Indigo #29136A

Tints of Persian Indigo #29136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

 BLUE value IS 106 (41.8% from 255) = 63.86%

R = 24.7%
G = 11.45%
B = 63.86%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29136A (or 0x29136A) is known color: Persian Indigo. HEX triplet: 29, 13 and 6A. RGB value is (41,19,106). Sum of RGB (Red+Green+Blue) = 41+19+106=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #29136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29136A is #D6EC95. Grayscale: #232323. Windows color (decimal): -14085270 or 6951721. OLE color: 6951721.

HSL color Cylindrical-coordinate representation of color #29136A: hue angle of 255.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29136A is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 19 106 -
CMYK 0.61 0.82 0 0.58
HSL 255.17º 0.7% 0.25% -
HSV(B) 255.17º 0.82% 0.42% -
XYZ 3.75 1.98 13.82 -
YUV 35.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 41 19 106 0.61 0.82 0 0.58 255.17 0.7 0.25
Hex 29 13 6A 3D 52 0 3A FF 46 19
Octal 51 23 152 75 122 0 72 377 106 31
Binary 101001 10011 1101010 111101 1010010 0 111010 11111111 1000110 11001

Color Harmonies of #29136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29136A

Black with #29136A

Text Example


Text Example

White with #29136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29136A; }

 p { color: rgb(41,19,106); }

 H1.HeaderClassName
 {
   color: #29136A;
 }
 .AnyTagClassName
 {
   color: #29136A;
 }
</style>

background-color css

<style>
 a { background-color: #29136A; }

 a { background-color: rgb(41,19,106); }

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

border-color css

<style>
 span { border-color: #29136A; }

 span { border-color: rgb(41,19,106); }

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