Html Css Color HEX #580999 Indigo

📋 copy color: '#580999'

red 88 ◦ green 9 ◦ blue 153

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

Shades of Indigo #580999

Tints of Indigo #580999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 35.2%
G = 3.6%
B = 61.2%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#580999 (or 0x580999) is known color: Indigo. HEX triplet: 58, 09 and 99. RGB value is (88,9,153). Sum of RGB (Red+Green+Blue) = 88+9+153=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #580999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580999 is #A7F666. Grayscale: #303030. Windows color (decimal): -11007591 or 10029400. OLE color: 10029400.

HSL color Cylindrical-coordinate representation of color #580999: hue angle of 272.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580999 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 9 153 -
CMYK 0.42 0.94 0 0.4
HSL 272.92º 0.89% 0.32% -
HSV(B) 272.92º 0.94% 0.6% -
XYZ 9.87 4.57 30.5 -
YUV 49.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 88 9 153 0.42 0.94 0 0.4 272.92 0.89 0.32
Hex 58 9 99 2A 5E 0 28 111 59 20
Octal 130 11 231 52 136 0 50 421 131 40
Binary 1011000 1001 10011001 101010 1011110 0 101000 100010001 1011001 100000

Color Harmonies of #580999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580999

Black with #580999

Text Example


Text Example

White with #580999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580999; }

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

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

background-color css

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

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

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

border-color css

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

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

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