Html Css Color HEX #570A6E Indigo

📋 copy color: '#570A6E'

red 87 ◦ green 10 ◦ blue 110

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

Shades of Indigo #570A6E

Tints of Indigo #570A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 42.03%
G = 4.83%
B = 53.14%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#570A6E (or 0x570A6E) is known color: Indigo. HEX triplet: 57, 0A and 6E. RGB value is (87,10,110). Sum of RGB (Red+Green+Blue) = 87+10+110=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #570A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A6E is #A8F591. Grayscale: #2C2C2C. Windows color (decimal): -11072914 or 7211607. OLE color: 7211607.

HSL color Cylindrical-coordinate representation of color #570A6E: hue angle of 286.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570A6E is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 10 110 -
CMYK 0.21 0.91 0 0.57
HSL 286.2º 0.83% 0.24% -
HSV(B) 286.2º 0.91% 0.43% -
XYZ 6.85 3.37 15.04 -
YUV 44.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 87 10 110 0.21 0.91 0 0.57 286.2 0.83 0.24
Hex 57 A 6E 15 5B 0 39 11E 53 18
Octal 127 12 156 25 133 0 71 436 123 30
Binary 1010111 1010 1101110 10101 1011011 0 111001 100011110 1010011 11000

Color Harmonies of #570A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A6E

Black with #570A6E

Text Example


Text Example

White with #570A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570A6E; }

 p { color: rgb(87,10,110); }

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

background-color css

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

 a { background-color: rgb(87,10,110); }

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

border-color css

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

 span { border-color: rgb(87,10,110); }

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