#571875

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

Shades of Indigo #571875

Tints of Indigo #571875

Color information

#571875 (or 0x571875) is unknown color: approx Indigo. HEX triplet: 57, 18 and 75. RGB value is (87,24,117). Sum of RGB (Red+Green+Blue) = 87+24+117=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #571875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571875 is #A8E78A. Grayscale: #353535. Windows color (decimal): -11069323 or 7673943. OLE color: 7673943.

HSL color Cylindrical-coordinate representation of color #571875: hue angle of 280.65º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571875 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8724117-
CMYK0.260.7900.54
HSL280.65º65.96%27.65%-
HSV(B)280.65º79.49%45.88%-
XYZ7.473.9617.2-
YUV53.44163.87151.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=38.16%
G=10.53%
B=51.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87241170.260.7900.54280.6565.9627.65
Hex5718751A4F036119421c
Octal127301653211706643110234
Binary10101111100011101011101010011110110110100011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571875; }

 p { color: rgb(87,24,117); }

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

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

 a { background-color: rgb(87,24,117); }

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

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

 span { border-color: rgb(87,24,117); }

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