Html Css Color HEX #580995 Indigo

📋 copy color: '#580995'

red 88 ◦ green 9 ◦ blue 149

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

Shades of Indigo #580995

Tints of Indigo #580995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 35.77%
G = 3.66%
B = 60.57%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580995 (or 0x580995) is known color: Indigo. HEX triplet: 58, 09 and 95. RGB value is (88,9,149). Sum of RGB (Red+Green+Blue) = 88+9+149=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #580995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580995 is #A7F66A. Grayscale: #303030. Windows color (decimal): -11007595 or 9767256. OLE color: 9767256.

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

Color convert

RGB 88 9 149 -
CMYK 0.41 0.94 0 0.42
HSL 273.86º 0.89% 0.31% -
HSV(B) 273.86º 0.94% 0.58% -
XYZ 9.55 4.44 28.79 -
YUV 48.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 88 9 149 0.41 0.94 0 0.42 273.86 0.89 0.31
Hex 58 9 95 29 5E 0 2A 112 59 1F
Octal 130 11 225 51 136 0 52 422 131 37
Binary 1011000 1001 10010101 101001 1011110 0 101010 100010010 1011001 11111

Color Harmonies of #580995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580995

Black with #580995

Text Example


Text Example

White with #580995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580995; }

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

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

background-color css

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

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

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

border-color css

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

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

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