Html Css Color HEX #580899 Indigo

📋 copy color: '#580899'

red 88 ◦ green 8 ◦ blue 153

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

Shades of Indigo #580899

Tints of Indigo #580899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 35.34%
G = 3.21%
B = 61.45%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#580899 (or 0x580899) is known color: Indigo. HEX triplet: 58, 08 and 99. RGB value is (88,8,153). Sum of RGB (Red+Green+Blue) = 88+8+153=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #580899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580899 is #A7F766. Grayscale: #2F2F2F. Windows color (decimal): -11007847 or 10029144. OLE color: 10029144.

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

Color convert

RGB 88 8 153 -
CMYK 0.42 0.95 0 0.4
HSL 273.1º 0.9% 0.32% -
HSV(B) 273.1º 0.95% 0.6% -
XYZ 9.86 4.55 30.5 -
YUV 48.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 88 8 153 0.42 0.95 0 0.4 273.1 0.9 0.32
Hex 58 8 99 2A 5F 0 28 111 5A 20
Octal 130 10 231 52 137 0 50 421 132 40
Binary 1011000 1000 10011001 101010 1011111 0 101000 100010001 1011010 100000

Color Harmonies of #580899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580899

Black with #580899

Text Example


Text Example

White with #580899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580899; }

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

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

background-color css

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

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

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

border-color css

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

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

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