Html Css Color HEX #29006E Persian Indigo

📋 copy color: '#29006E'

red 41 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #29006E

Tints of Persian Indigo #29006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 72.85%

R = 27.15%
G = 0%
B = 72.85%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29006E (or 0x29006E) is known color: Persian Indigo. HEX triplet: 29, 00 and 6E. RGB value is (41,0,110). Sum of RGB (Red+Green+Blue) = 41+0+110=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #29006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29006E is #D6FF91. Grayscale: #181818. Windows color (decimal): -14090130 or 7209001. OLE color: 7209001.

HSL color Cylindrical-coordinate representation of color #29006E: hue angle of 262.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29006E is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 0 110 -
CMYK 0.63 1 0 0.57
HSL 262.36º 1% 0.22% -
HSV(B) 262.36º 1% 0.43% -
XYZ 3.73 1.6 14.86 -
YUV 24.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 41 0 110 0.63 1 0 0.57 262.36 1 0.22
Hex 29 0 6E 3F 64 0 39 106 64 16
Octal 51 0 156 77 144 0 71 406 144 26
Binary 101001 0 1101110 111111 1100100 0 111001 100000110 1100100 10110

Color Harmonies of #29006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29006E

Black with #29006E

Text Example


Text Example

White with #29006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29006E; }

 p { color: rgb(41,0,110); }

 H1.HeaderClassName
 {
   color: #29006E;
 }
 .AnyTagClassName
 {
   color: #29006E;
 }
</style>

background-color css

<style>
 a { background-color: #29006E; }

 a { background-color: rgb(41,0,110); }

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

border-color css

<style>
 span { border-color: #29006E; }

 span { border-color: rgb(41,0,110); }

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