Html Css Color HEX #570060 Indigo

📋 copy color: '#570060'

red 87 ◦ green 0 ◦ blue 96

#570060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #570060

Tints of Indigo #570060

RGB

 RED value IS 87 (34.38% from 255) = 47.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 47.54%
G = 0%
B = 52.46%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#570060 (or 0x570060) is known color: Indigo. HEX triplet: 57, 00 and 60. RGB value is (87,0,96). Sum of RGB (Red+Green+Blue) = 87+0+96=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #570060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570060 is #A8FF9F. Grayscale: #242424. Windows color (decimal): -11075488 or 6291543. OLE color: 6291543.

HSL color Cylindrical-coordinate representation of color #570060: hue angle of 294.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570060 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 0 96 -
CMYK 0.09 1 0 0.62
HSL 294.38º 1% 0.19% -
HSV(B) 294.38º 1% 0.38% -
XYZ 6.04 2.87 11.3 -
YUV 36.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 87 0 96 0.09 1 0 0.62 294.38 1 0.19
Hex 57 0 60 9 64 0 3E 126 64 13
Octal 127 0 140 11 144 0 76 446 144 23
Binary 1010111 0 1100000 1001 1100100 0 111110 100100110 1100100 10011

Color Harmonies of #570060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570060

Black with #570060

Text Example


Text Example

White with #570060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570060; }

 p { color: rgb(87,0,96); }

 H1.HeaderClassName
 {
   color: #570060;
 }
 .AnyTagClassName
 {
   color: #570060;
 }
</style>

background-color css

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

 a { background-color: rgb(87,0,96); }

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

border-color css

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

 span { border-color: rgb(87,0,96); }

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