Html Css Color HEX #580987 Indigo

📋 copy color: '#580987'

red 88 ◦ green 9 ◦ blue 135

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

Shades of Indigo #580987

Tints of Indigo #580987

RGB

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

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

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

R = 37.93%
G = 3.88%
B = 58.19%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#580987 (or 0x580987) is known color: Indigo. HEX triplet: 58, 09 and 87. RGB value is (88,9,135). Sum of RGB (Red+Green+Blue) = 88+9+135=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #580987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580987 is #A7F678. Grayscale: #2E2E2E. Windows color (decimal): -11007609 or 8849752. OLE color: 8849752.

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

Color convert

RGB 88 9 135 -
CMYK 0.35 0.93 0 0.47
HSL 277.62º 0.88% 0.28% -
HSV(B) 277.62º 0.93% 0.53% -
XYZ 8.5 4.02 23.25 -
YUV 46.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 88 9 135 0.35 0.93 0 0.47 277.62 0.88 0.28
Hex 58 9 87 23 5D 0 2F 116 58 1C
Octal 130 11 207 43 135 0 57 426 130 34
Binary 1011000 1001 10000111 100011 1011101 0 101111 100010110 1011000 11100

Color Harmonies of #580987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580987

Black with #580987

Text Example


Text Example

White with #580987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580987; }

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

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

background-color css

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

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

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

border-color css

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

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

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