#570469

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

Shades of Indigo #570469

Tints of Indigo #570469

Color information

#570469 (or 0x570469) is unknown color: approx Indigo. HEX triplet: 57, 04 and 69. RGB value is (87,4,105). Sum of RGB (Red+Green+Blue) = 87+4+105=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #570469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570469 is #A8FB96. Grayscale: #282828. Windows color (decimal): -11074455 or 6882391. OLE color: 6882391.

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

Color convert

RGB874105-
CMYK0.170.9600.59
HSL289.31º92.66%21.37%-
HSV(B)289.31º96.19%41.18%-
XYZ6.523.1313.63-
YUV40.33164.5161.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=44.39%
G=2.04%
B=53.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8741050.170.9600.59289.3192.6621.37
Hex57469116003B1215d15
Octal12741512114007344113525
Binary101011110011010011000111000000111011100100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570469; }

 p { color: rgb(87,4,105); }

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

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

 a { background-color: rgb(87,4,105); }

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

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

 span { border-color: rgb(87,4,105); }

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