Html Css Color HEX #581980 Indigo

📋 copy color: '#581980'

red 88 ◦ green 25 ◦ blue 128

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

Shades of Indigo #581980

Tints of Indigo #581980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 36.51%
G = 10.37%
B = 53.11%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#581980 (or 0x581980) is known color: Indigo. HEX triplet: 58, 19 and 80. RGB value is (88,25,128). Sum of RGB (Red+Green+Blue) = 88+25+128=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #581980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581980 is #A7E67F. Grayscale: #373737. Windows color (decimal): -11003520 or 8395096. OLE color: 8395096.

HSL color Cylindrical-coordinate representation of color #581980: hue angle of 276.7º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581980 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 25 128 -
CMYK 0.31 0.80 0 0.50
HSL 276.7º 0.67% 0.3% -
HSV(B) 276.7º 0.8% 0.5% -
XYZ 8.27 4.33 20.82 -
YUV 55.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 88 25 128 0.31 0.80 0 0.50 276.7 0.67 0.3
Hex 58 19 80 1F 50 0 32 115 43 1E
Octal 130 31 200 37 120 0 62 425 103 36
Binary 1011000 11001 10000000 11111 1010000 0 110010 100010101 1000011 11110

Color Harmonies of #581980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581980

Black with #581980

Text Example


Text Example

White with #581980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581980; }

 p { color: rgb(88,25,128); }

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

background-color css

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

 a { background-color: rgb(88,25,128); }

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

border-color css

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

 span { border-color: rgb(88,25,128); }

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