Html Css Color HEX #570AAA Indigo

📋 copy color: '#570AAA'

red 87 ◦ green 10 ◦ blue 170

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

Shades of Indigo #570AAA

Tints of Indigo #570AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 32.58%
G = 3.75%
B = 63.67%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#570AAA (or 0x570AAA) is known color: Indigo. HEX triplet: 57, 0A and AA. RGB value is (87,10,170). Sum of RGB (Red+Green+Blue) = 87+10+170=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #570AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570AAA is #A8F555. Grayscale: #323232. Windows color (decimal): -11072854 or 11143767. OLE color: 11143767.

HSL color Cylindrical-coordinate representation of color #570AAA: hue angle of 268.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570AAA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 10 170 -
CMYK 0.49 0.94 0 0.33
HSL 268.88º 0.89% 0.35% -
HSV(B) 268.88º 0.94% 0.67% -
XYZ 11.29 5.15 38.43 -
YUV 51.26 195.01 153.49 -
System Red Green Blue C M Y K H S L
Decimal 87 10 170 0.49 0.94 0 0.33 268.88 0.89 0.35
Hex 57 A AA 31 5E 0 21 10D 59 23
Octal 127 12 252 61 136 0 41 415 131 43
Binary 1010111 1010 10101010 110001 1011110 0 100001 100001101 1011001 100011

Color Harmonies of #570AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570AAA

Black with #570AAA

Text Example


Text Example

White with #570AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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