Html Css Color HEX #29008E Persian Indigo

📋 copy color: '#29008E'

red 41 ◦ green 0 ◦ blue 142

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

Shades of Persian Indigo #29008E

Tints of Persian Indigo #29008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 77.6%

R = 22.4%
G = 0%
B = 77.6%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29008E (or 0x29008E) is known color: Persian Indigo. HEX triplet: 29, 00 and 8E. RGB value is (41,0,142). Sum of RGB (Red+Green+Blue) = 41+0+142=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #29008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29008E is #D6FF71. Grayscale: #1B1B1B. Windows color (decimal): -14090098 or 9306153. OLE color: 9306153.

HSL color Cylindrical-coordinate representation of color #29008E: hue angle of 257.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29008E is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 0 142 -
CMYK 0.71 1 0 0.44
HSL 257.32º 1% 0.28% -
HSV(B) 257.32º 1% 0.56% -
XYZ 5.8 2.42 25.75 -
YUV 28.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 41 0 142 0.71 1 0 0.44 257.32 1 0.28
Hex 29 0 8E 47 64 0 2C 101 64 1C
Octal 51 0 216 107 144 0 54 401 144 34
Binary 101001 0 10001110 1000111 1100100 0 101100 100000001 1100100 11100

Color Harmonies of #29008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29008E

Black with #29008E

Text Example


Text Example

White with #29008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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