Html Css Color HEX #580988 Indigo

📋 copy color: '#580988'

red 88 ◦ green 9 ◦ blue 136

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

Shades of Indigo #580988

Tints of Indigo #580988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 37.77%
G = 3.86%
B = 58.37%

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

#580988 (or 0x580988) is known color: Indigo. HEX triplet: 58, 09 and 88. RGB value is (88,9,136). Sum of RGB (Red+Green+Blue) = 88+9+136=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #580988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580988 is #A7F677. Grayscale: #2E2E2E. Windows color (decimal): -11007608 or 8915288. OLE color: 8915288.

HSL color Cylindrical-coordinate representation of color #580988: hue angle of 277.32º 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 #580988 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 9 136 -
CMYK 0.35 0.93 0 0.47
HSL 277.32º 0.88% 0.28% -
HSV(B) 277.32º 0.93% 0.53% -
XYZ 8.57 4.05 23.62 -
YUV 47.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 88 9 136 0.35 0.93 0 0.47 277.32 0.88 0.28
Hex 58 9 88 23 5D 0 2F 115 58 1C
Octal 130 11 210 43 135 0 57 425 130 34
Binary 1011000 1001 10001000 100011 1011101 0 101111 100010101 1011000 11100

Color Harmonies of #580988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580988

Black with #580988

Text Example


Text Example

White with #580988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580988; }

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

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

background-color css

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

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

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

border-color css

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

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

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