#571684

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

Shades of Indigo #571684

Tints of Indigo #571684

Color information

#571684 (or 0x571684) is unknown color: approx Indigo. HEX triplet: 57, 16 and 84. RGB value is (87,22,132). Sum of RGB (Red+Green+Blue) = 87+22+132=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #571684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571684 is #A8E97B. Grayscale: #353535. Windows color (decimal): -11069820 or 8656471. OLE color: 8656471.

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

Color convert

RGB8722132-
CMYK0.340.8300.48
HSL275.45º71.43%30.2%-
HSV(B)275.45º83.33%51.76%-
XYZ8.384.2722.21-
YUV53.98172.03151.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=36.10%
G=9.13%
B=54.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87221320.340.8300.48275.4571.4330.2
Hex5716842253030113471e
Octal127262044212306042310736
Binary1010111101101000010010001010100110110000100010011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571684; }

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

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

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

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

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

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

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

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