#570568

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

Shades of Indigo #570568

Tints of Indigo #570568

Color information

#570568 (or 0x570568) is unknown color: approx Indigo. HEX triplet: 57, 05 and 68. RGB value is (87,5,104). Sum of RGB (Red+Green+Blue) = 87+5+104=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #570568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570568 is #A8FA97. Grayscale: #282828. Windows color (decimal): -11074200 or 6817111. OLE color: 6817111.

HSL color Cylindrical-coordinate representation of color #570568: hue angle of 289.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570568 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB875104-
CMYK0.160.9500.59
HSL289.7º90.83%21.37%-
HSV(B)289.7º95.19%40.78%-
XYZ6.483.1313.36-
YUV40.8163.67160.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=44.39%
G=2.55%
B=53.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8751040.160.9500.59289.790.8321.37
Hex57568105F03B1225b15
Octal12751502013707344213325
Binary101011110111010001000010111110111011100100010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570568; }

 p { color: rgb(87,5,104); }

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

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

 a { background-color: rgb(87,5,104); }

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

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

 span { border-color: rgb(87,5,104); }

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