Html Css Color HEX #580E99 Indigo

📋 copy color: '#580E99'

red 88 ◦ green 14 ◦ blue 153

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

Shades of Indigo #580E99

Tints of Indigo #580E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

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

R = 34.51%
G = 5.49%
B = 60%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#580E99 (or 0x580E99) is known color: Indigo. HEX triplet: 58, 0E and 99. RGB value is (88,14,153). Sum of RGB (Red+Green+Blue) = 88+14+153=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #580E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E99 is #A7F166. Grayscale: #333333. Windows color (decimal): -11006311 or 10030680. OLE color: 10030680.

HSL color Cylindrical-coordinate representation of color #580E99: hue angle of 271.94º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580E99 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 14 153 -
CMYK 0.42 0.91 0 0.4
HSL 271.94º 0.83% 0.33% -
HSV(B) 271.94º 0.91% 0.6% -
XYZ 9.93 4.69 30.52 -
YUV 51.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 88 14 153 0.42 0.91 0 0.4 271.94 0.83 0.33
Hex 58 E 99 2A 5B 0 28 110 53 21
Octal 130 16 231 52 133 0 50 420 123 41
Binary 1011000 1110 10011001 101010 1011011 0 101000 100010000 1010011 100001

Color Harmonies of #580E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E99

Black with #580E99

Text Example


Text Example

White with #580E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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