Html Css Color HEX #29025E Persian Indigo

📋 copy color: '#29025E'

red 41 ◦ green 2 ◦ blue 94

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

Shades of Persian Indigo #29025E

Tints of Persian Indigo #29025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 68.61%

R = 29.93%
G = 1.46%
B = 68.61%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29025E (or 0x29025E) is known color: Persian Indigo. HEX triplet: 29, 02 and 5E. RGB value is (41,2,94). Sum of RGB (Red+Green+Blue) = 41+2+94=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #29025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29025E is #D6FDA1. Grayscale: #171717. Windows color (decimal): -14089634 or 6160937. OLE color: 6160937.

HSL color Cylindrical-coordinate representation of color #29025E: hue angle of 265.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29025E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 2 94 -
CMYK 0.56 0.98 0 0.63
HSL 265.43º 0.96% 0.19% -
HSV(B) 265.43º 0.98% 0.37% -
XYZ 2.96 1.32 10.69 -
YUV 24.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 41 2 94 0.56 0.98 0 0.63 265.43 0.96 0.19
Hex 29 2 5E 38 62 0 3F 109 60 13
Octal 51 2 136 70 142 0 77 411 140 23
Binary 101001 10 1011110 111000 1100010 0 111111 100001001 1100000 10011

Color Harmonies of #29025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29025E

Black with #29025E

Text Example


Text Example

White with #29025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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