#581A7D

Color #581A7D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #581A7D

Tints of Indigo #581A7D

Color information

#581A7D (or 0x581A7D) is unknown color: approx Indigo. HEX triplet: 58, 1A and 7D. RGB value is (88,26,125). Sum of RGB (Red+Green+Blue) = 88+26+125=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #581A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A7D is #A7E582. Grayscale: #373737. Windows color (decimal): -11003267 or 8198744. OLE color: 8198744.

HSL color Cylindrical-coordinate representation of color #581A7D: hue angle of 277.58º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581A7D is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8826125-
CMYK0.300.7900.51
HSL277.58º65.56%29.61%-
HSV(B)277.58º79.2%49.02%-
XYZ8.14.2919.8-
YUV55.82167.04150.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=36.82%
G=10.88%
B=52.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88261250.300.7900.51277.5865.5629.61
Hex581A7D1E4F033116421e
Octal130321753611706342610236
Binary10110001101011111011111010011110110011100010110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A7D; }

 p { color: rgb(88,26,125); }

 H1.HeaderClassName
 {
   color: #581A7D;
 }
 .AnyTagClassName
 {
   color: #581A7D;
 }
</style>
background-color css

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

 a { background-color: rgb(88,26,125); }

 div.DivClassName
 {
   background-color: #581A7D;
 }
 .BgClassName
 {
   background-color: #581A7D;
 }
</style>
border-color css

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

 span { border-color: rgb(88,26,125); }

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