Html Css Color HEX #581080 Indigo

📋 copy color: '#581080'

red 88 ◦ green 16 ◦ blue 128

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

Shades of Indigo #581080

Tints of Indigo #581080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 37.93%
G = 6.9%
B = 55.17%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#581080 (or 0x581080) is known color: Indigo. HEX triplet: 58, 10 and 80. RGB value is (88,16,128). Sum of RGB (Red+Green+Blue) = 88+16+128=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #581080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581080 is #A7EF7F. Grayscale: #313131. Windows color (decimal): -11005824 or 8392792. OLE color: 8392792.

HSL color Cylindrical-coordinate representation of color #581080: hue angle of 278.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581080 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 16 128 -
CMYK 0.31 0.88 0 0.50
HSL 278.57º 0.78% 0.28% -
HSV(B) 278.57º 0.88% 0.5% -
XYZ 8.11 4 20.77 -
YUV 50.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 88 16 128 0.31 0.88 0 0.50 278.57 0.78 0.28
Hex 58 10 80 1F 58 0 32 117 4E 1C
Octal 130 20 200 37 130 0 62 427 116 34
Binary 1011000 10000 10000000 11111 1011000 0 110010 100010111 1001110 11100

Color Harmonies of #581080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581080

Black with #581080

Text Example


Text Example

White with #581080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581080; }

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

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

background-color css

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

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

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

border-color css

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

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

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