Html Css Color HEX #580597 Indigo

📋 copy color: '#580597'

red 88 ◦ green 5 ◦ blue 151

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

Shades of Indigo #580597

Tints of Indigo #580597

RGB

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

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

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

R = 36.07%
G = 2.05%
B = 61.89%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#580597 (or 0x580597) is known color: Indigo. HEX triplet: 58, 05 and 97. RGB value is (88,5,151). Sum of RGB (Red+Green+Blue) = 88+5+151=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #580597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580597 is #A7FA68. Grayscale: #2D2D2D. Windows color (decimal): -11008617 or 9897304. OLE color: 9897304.

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

Color convert

RGB 88 5 151 -
CMYK 0.42 0.97 0 0.41
HSL 274.11º 0.94% 0.31% -
HSV(B) 274.11º 0.97% 0.59% -
XYZ 9.66 4.42 29.62 -
YUV 46.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 88 5 151 0.42 0.97 0 0.41 274.11 0.94 0.31
Hex 58 5 97 2A 61 0 29 112 5E 1F
Octal 130 5 227 52 141 0 51 422 136 37
Binary 1011000 101 10010111 101010 1100001 0 101001 100010010 1011110 11111

Color Harmonies of #580597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580597

Black with #580597

Text Example


Text Example

White with #580597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580597; }

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

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

background-color css

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

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

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

border-color css

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

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

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