#581174

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

Shades of Indigo #581174

Tints of Indigo #581174

Color information

#581174 (or 0x581174) is unknown color: approx Indigo. HEX triplet: 58, 11 and 74. RGB value is (88,17,116). Sum of RGB (Red+Green+Blue) = 88+17+116=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #581174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581174 is #A7EE8B. Grayscale: #313131. Windows color (decimal): -11005580 or 7606616. OLE color: 7606616.

HSL color Cylindrical-coordinate representation of color #581174: hue angle of 283.03º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581174 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8817116-
CMYK0.240.8500.55
HSL283.03º74.44%26.08%-
HSV(B)283.03º85.34%45.49%-
XYZ7.383.7416.86-
YUV49.52165.52155.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=39.82%
G=7.69%
B=52.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88171160.240.8500.55283.0374.4426.08
Hex581174185503711b4a1a
Octal130211643012506743311232
Binary10110001000111101001100010101010110111100011011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581174; }

 p { color: rgb(88,17,116); }

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

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

 a { background-color: rgb(88,17,116); }

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

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

 span { border-color: rgb(88,17,116); }

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