Html Css Color HEX #29096C Persian Indigo

📋 copy color: '#29096C'

red 41 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #29096C

Tints of Persian Indigo #29096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.35%

R = 25.95%
G = 5.7%
B = 68.35%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29096C (or 0x29096C) is known color: Persian Indigo. HEX triplet: 29, 09 and 6C. RGB value is (41,9,108). Sum of RGB (Red+Green+Blue) = 41+9+108=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #29096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29096C is #D6F693. Grayscale: #1D1D1D. Windows color (decimal): -14087828 or 7080233. OLE color: 7080233.

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

Color convert

RGB 41 9 108 -
CMYK 0.62 0.92 0 0.58
HSL 259.39º 0.85% 0.23% -
HSV(B) 259.39º 0.92% 0.42% -
XYZ 3.72 1.75 14.33 -
YUV 29.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 41 9 108 0.62 0.92 0 0.58 259.39 0.85 0.23
Hex 29 9 6C 3E 5C 0 3A 103 55 17
Octal 51 11 154 76 134 0 72 403 125 27
Binary 101001 1001 1101100 111110 1011100 0 111010 100000011 1010101 10111

Color Harmonies of #29096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29096C

Black with #29096C

Text Example


Text Example

White with #29096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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