Html Css Color HEX #580997 Indigo

📋 copy color: '#580997'

red 88 ◦ green 9 ◦ blue 151

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

Shades of Indigo #580997

Tints of Indigo #580997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 35.48%
G = 3.63%
B = 60.89%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#580997 (or 0x580997) is known color: Indigo. HEX triplet: 58, 09 and 97. RGB value is (88,9,151). Sum of RGB (Red+Green+Blue) = 88+9+151=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #580997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580997 is #A7F668. Grayscale: #303030. Windows color (decimal): -11007593 or 9898328. OLE color: 9898328.

HSL color Cylindrical-coordinate representation of color #580997: hue angle of 273.38º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580997 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 9 151 -
CMYK 0.42 0.94 0 0.41
HSL 273.38º 0.89% 0.31% -
HSV(B) 273.38º 0.94% 0.59% -
XYZ 9.71 4.5 29.64 -
YUV 48.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 88 9 151 0.42 0.94 0 0.41 273.38 0.89 0.31
Hex 58 9 97 2A 5E 0 29 111 59 1F
Octal 130 11 227 52 136 0 51 421 131 37
Binary 1011000 1001 10010111 101010 1011110 0 101001 100010001 1011001 11111

Color Harmonies of #580997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580997

Black with #580997

Text Example


Text Example

White with #580997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580997; }

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

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

background-color css

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

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

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

border-color css

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

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

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