#571299

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

Shades of Indigo #571299

Tints of Indigo #571299

Color information

#571299 (or 0x571299) is unknown color: approx Indigo. HEX triplet: 57, 12 and 99. RGB value is (87,18,153). Sum of RGB (Red+Green+Blue) = 87+18+153=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #571299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571299 is #A8ED66. Grayscale: #353535. Windows color (decimal): -11070823 or 10031703. OLE color: 10031703.

HSL color Cylindrical-coordinate representation of color #571299: hue angle of 270.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571299 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8718153-
CMYK0.430.8800.4
HSL270.67º78.95%33.53%-
HSV(B)270.67º88.24%60%-
XYZ9.94.7630.53-
YUV54.02183.86151.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=33.72%
G=6.98%
B=59.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87181530.430.8800.4270.6778.9533.53
Hex5712992B5802810f4f22
Octal127222315313005041711742
Binary10101111001010011001101011101100001010001000011111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571299; }

 p { color: rgb(87,18,153); }

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

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

 a { background-color: rgb(87,18,153); }

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

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

 span { border-color: rgb(87,18,153); }

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