Html Css Color HEX #29096E Persian Indigo

📋 copy color: '#29096E'

red 41 ◦ green 9 ◦ blue 110

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

Shades of Persian Indigo #29096E

Tints of Persian Indigo #29096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 25.63%
G = 5.63%
B = 68.75%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29096E (or 0x29096E) is known color: Persian Indigo. HEX triplet: 29, 09 and 6E. RGB value is (41,9,110). Sum of RGB (Red+Green+Blue) = 41+9+110=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #29096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29096E is #D6F691. Grayscale: #1D1D1D. Windows color (decimal): -14087826 or 7211305. OLE color: 7211305.

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

Color convert

RGB 41 9 110 -
CMYK 0.63 0.92 0 0.57
HSL 259.01º 0.85% 0.23% -
HSV(B) 259.01º 0.92% 0.43% -
XYZ 3.83 1.79 14.9 -
YUV 30.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 41 9 110 0.63 0.92 0 0.57 259.01 0.85 0.23
Hex 29 9 6E 3F 5C 0 39 103 55 17
Octal 51 11 156 77 134 0 71 403 125 27
Binary 101001 1001 1101110 111111 1011100 0 111001 100000011 1010101 10111

Color Harmonies of #29096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29096E

Black with #29096E

Text Example


Text Example

White with #29096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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