Html Css Color HEX #580996 Indigo

📋 copy color: '#580996'

red 88 ◦ green 9 ◦ blue 150

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

Shades of Indigo #580996

Tints of Indigo #580996

RGB

 RED value IS 88 (34.77% from 255) = 35.63%

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

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 35.63%
G = 3.64%
B = 60.73%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#580996 (or 0x580996) is known color: Indigo. HEX triplet: 58, 09 and 96. RGB value is (88,9,150). Sum of RGB (Red+Green+Blue) = 88+9+150=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #580996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580996 is #A7F669. Grayscale: #303030. Windows color (decimal): -11007594 or 9832792. OLE color: 9832792.

HSL color Cylindrical-coordinate representation of color #580996: hue angle of 273.62º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580996 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 9 150 -
CMYK 0.41 0.94 0 0.41
HSL 273.62º 0.89% 0.31% -
HSV(B) 273.62º 0.94% 0.59% -
XYZ 9.63 4.47 29.21 -
YUV 48.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 88 9 150 0.41 0.94 0 0.41 273.62 0.89 0.31
Hex 58 9 96 29 5E 0 29 112 59 1F
Octal 130 11 226 51 136 0 51 422 131 37
Binary 1011000 1001 10010110 101001 1011110 0 101001 100010010 1011001 11111

Color Harmonies of #580996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580996

Black with #580996

Text Example


Text Example

White with #580996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580996; }

 p { color: rgb(88,9,150); }

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

background-color css

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

 a { background-color: rgb(88,9,150); }

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

border-color css

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

 span { border-color: rgb(88,9,150); }

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