#571284

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

Shades of Indigo #571284

Tints of Indigo #571284

Color information

#571284 (or 0x571284) is unknown color: approx Indigo. HEX triplet: 57, 12 and 84. RGB value is (87,18,132). Sum of RGB (Red+Green+Blue) = 87+18+132=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #571284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571284 is #A8ED7B. Grayscale: #333333. Windows color (decimal): -11070844 or 8655447. OLE color: 8655447.

HSL color Cylindrical-coordinate representation of color #571284: hue angle of 276.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571284 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8718132-
CMYK0.340.8600.48
HSL276.32º76%29.41%-
HSV(B)276.32º86.36%51.76%-
XYZ8.314.1222.19-
YUV51.63173.36153.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=36.71%
G=7.59%
B=55.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87181320.340.8600.48276.327629.41
Hex57128422560301144c1d
Octal127222044212606042411435
Binary1010111100101000010010001010101100110000100010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571284; }

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

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

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

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

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

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

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

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