#571675

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

Shades of Indigo #571675

Tints of Indigo #571675

Color information

#571675 (or 0x571675) is unknown color: approx Indigo. HEX triplet: 57, 16 and 75. RGB value is (87,22,117). Sum of RGB (Red+Green+Blue) = 87+22+117=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #571675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571675 is #A8E98A. Grayscale: #333333. Windows color (decimal): -11069835 or 7673431. OLE color: 7673431.

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

Color convert

RGB8722117-
CMYK0.260.8100.54
HSL281.05º68.35%27.25%-
HSV(B)281.05º81.2%45.88%-
XYZ7.433.8817.19-
YUV52.26164.53152.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=38.50%
G=9.73%
B=51.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87221170.260.8100.54281.0568.3527.25
Hex5716751A51036119441b
Octal127261653212106643110433
Binary10101111011011101011101010100010110110100011001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571675; }

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

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

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

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

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

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

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

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