#581A7C

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

Shades of Indigo #581A7C

Tints of Indigo #581A7C

Color information

#581A7C (or 0x581A7C) is unknown color: approx Indigo. HEX triplet: 58, 1A and 7C. RGB value is (88,26,124). Sum of RGB (Red+Green+Blue) = 88+26+124=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #581A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A7C is #A7E583. Grayscale: #373737. Windows color (decimal): -11003268 or 8133208. OLE color: 8133208.

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

Color convert

RGB8826124-
CMYK0.290.7900.51
HSL277.96º65.33%29.41%-
HSV(B)277.96º79.03%48.63%-
XYZ8.034.2719.47-
YUV55.71166.54151.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=36.97%
G=10.92%
B=52.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88261240.290.7900.51277.9665.3329.41
Hex581A7C1D4F033116411d
Octal130321743511706342610135
Binary10110001101011111001110110011110110011100010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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