#581388

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

Shades of Indigo #581388

Tints of Indigo #581388

Color information

#581388 (or 0x581388) is unknown color: approx Indigo. HEX triplet: 58, 13 and 88. RGB value is (88,19,136). Sum of RGB (Red+Green+Blue) = 88+19+136=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #581388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581388 is #A7EC77. Grayscale: #343434. Windows color (decimal): -11005048 or 8917848. OLE color: 8917848.

HSL color Cylindrical-coordinate representation of color #581388: hue angle of 275.38º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581388 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8819136-
CMYK0.350.8600.47
HSL275.38º75.48%30.39%-
HSV(B)275.38º86.03%53.33%-
XYZ8.74.3223.67-
YUV52.97174.86152.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 136 (53.52% from 255) = 55.97%
R=36.21%
G=7.82%
B=55.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88191360.350.8600.47275.3875.4830.39
Hex581388235602F1134b1e
Octal130232104312605742311336
Binary1011000100111000100010001110101100101111100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581388; }

 p { color: rgb(88,19,136); }

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

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

 a { background-color: rgb(88,19,136); }

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

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

 span { border-color: rgb(88,19,136); }

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