#581475

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

Shades of Indigo #581475

Tints of Indigo #581475

Color information

#581475 (or 0x581475) is unknown color: approx Indigo. HEX triplet: 58, 14 and 75. RGB value is (88,20,117). Sum of RGB (Red+Green+Blue) = 88+20+117=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #581475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581475 is #A7EB8A. Grayscale: #333333. Windows color (decimal): -11004811 or 7672920. OLE color: 7672920.

HSL color Cylindrical-coordinate representation of color #581475: hue angle of 282.06º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581475 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8820117-
CMYK0.250.8300.54
HSL282.06º70.8%26.86%-
HSV(B)282.06º82.91%45.88%-
XYZ7.493.8617.18-
YUV51.39165.03154.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=39.11%
G=8.89%
B=52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88201170.250.8300.54282.0670.826.86
Hex581475195303611a471b
Octal130241653112306643210733
Binary10110001010011101011100110100110110110100011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581475; }

 p { color: rgb(88,20,117); }

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

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

 a { background-color: rgb(88,20,117); }

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

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

 span { border-color: rgb(88,20,117); }

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