Html Css Color HEX #29028E Persian Indigo

📋 copy color: '#29028E'

red 41 ◦ green 2 ◦ blue 142

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

Shades of Persian Indigo #29028E

Tints of Persian Indigo #29028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 22.16%
G = 1.08%
B = 76.76%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29028E (or 0x29028E) is known color: Persian Indigo. HEX triplet: 29, 02 and 8E. RGB value is (41,2,142). Sum of RGB (Red+Green+Blue) = 41+2+142=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #29028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29028E is #D6FD71. Grayscale: #1D1D1D. Windows color (decimal): -14089586 or 9306665. OLE color: 9306665.

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

Color convert

RGB 41 2 142 -
CMYK 0.71 0.99 0 0.44
HSL 256.71º 0.97% 0.28% -
HSV(B) 256.71º 0.99% 0.56% -
XYZ 5.82 2.47 25.76 -
YUV 29.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 41 2 142 0.71 0.99 0 0.44 256.71 0.97 0.28
Hex 29 2 8E 47 63 0 2C 101 61 1C
Octal 51 2 216 107 143 0 54 401 141 34
Binary 101001 10 10001110 1000111 1100011 0 101100 100000001 1100001 11100

Color Harmonies of #29028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29028E

Black with #29028E

Text Example


Text Example

White with #29028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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