#570267

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

Shades of Indigo #570267

Tints of Indigo #570267

Color information

#570267 (or 0x570267) is unknown color: approx Indigo. HEX triplet: 57, 02 and 67. RGB value is (87,2,103). Sum of RGB (Red+Green+Blue) = 87+2+103=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #570267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570267 is #A8FD98. Grayscale: #262626. Windows color (decimal): -11074969 or 6750807. OLE color: 6750807.

HSL color Cylindrical-coordinate representation of color #570267: hue angle of 290.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570267 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB872103-
CMYK0.160.9800.60
HSL290.5º96.19%20.59%-
HSV(B)290.5º98.06%40.39%-
XYZ6.43.0513.08-
YUV38.93164.16162.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=45.31%
G=1.04%
B=53.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8721030.160.9800.60290.596.1920.59
Hex57267106203C1226015
Octal12721472014207444214025
Binary10101111011001111000011000100111100100100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570267; }

 p { color: rgb(87,2,103); }

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

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

 a { background-color: rgb(87,2,103); }

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

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

 span { border-color: rgb(87,2,103); }

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