Html Css Color HEX #29005E Persian Indigo

📋 copy color: '#29005E'

red 41 ◦ green 0 ◦ blue 94

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

Shades of Persian Indigo #29005E

Tints of Persian Indigo #29005E

RGB

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

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

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

R = 30.37%
G = 0%
B = 69.63%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29005E (or 0x29005E) is known color: Persian Indigo. HEX triplet: 29, 00 and 5E. RGB value is (41,0,94). Sum of RGB (Red+Green+Blue) = 41+0+94=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #29005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29005E is #D6FFA1. Grayscale: #161616. Windows color (decimal): -14090146 or 6160425. OLE color: 6160425.

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

Color convert

RGB 41 0 94 -
CMYK 0.56 1 0 0.63
HSL 266.17º 1% 0.18% -
HSV(B) 266.17º 1% 0.37% -
XYZ 2.93 1.28 10.68 -
YUV 22.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 41 0 94 0.56 1 0 0.63 266.17 1 0.18
Hex 29 0 5E 38 64 0 3F 10A 64 12
Octal 51 0 136 70 144 0 77 412 144 22
Binary 101001 0 1011110 111000 1100100 0 111111 100001010 1100100 10010

Color Harmonies of #29005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29005E

Black with #29005E

Text Example


Text Example

White with #29005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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