Html Css Color HEX #580587 Indigo

📋 copy color: '#580587'

red 88 ◦ green 5 ◦ blue 135

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

Shades of Indigo #580587

Tints of Indigo #580587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 135 (53.13% from 255) = 59.21%

R = 38.6%
G = 2.19%
B = 59.21%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#580587 (or 0x580587) is known color: Indigo. HEX triplet: 58, 05 and 87. RGB value is (88,5,135). Sum of RGB (Red+Green+Blue) = 88+5+135=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #580587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580587 is #A7FA78. Grayscale: #2C2C2C. Windows color (decimal): -11008633 or 8848728. OLE color: 8848728.

HSL color Cylindrical-coordinate representation of color #580587: hue angle of 278.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580587 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 5 135 -
CMYK 0.35 0.96 0 0.47
HSL 278.31º 0.93% 0.27% -
HSV(B) 278.31º 0.96% 0.53% -
XYZ 8.45 3.93 23.24 -
YUV 44.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 88 5 135 0.35 0.96 0 0.47 278.31 0.93 0.27
Hex 58 5 87 23 60 0 2F 116 5D 1B
Octal 130 5 207 43 140 0 57 426 135 33
Binary 1011000 101 10000111 100011 1100000 0 101111 100010110 1011101 11011

Color Harmonies of #580587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580587

Black with #580587

Text Example


Text Example

White with #580587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580587; }

 p { color: rgb(88,5,135); }

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

background-color css

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

 a { background-color: rgb(88,5,135); }

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

border-color css

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

 span { border-color: rgb(88,5,135); }

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