Html Css Color HEX #570A78 Indigo

📋 copy color: '#570A78'

red 87 ◦ green 10 ◦ blue 120

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

Shades of Indigo #570A78

Tints of Indigo #570A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 40.09%
G = 4.61%
B = 55.3%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#570A78 (or 0x570A78) is known color: Indigo. HEX triplet: 57, 0A and 78. RGB value is (87,10,120). Sum of RGB (Red+Green+Blue) = 87+10+120=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #570A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A78 is #A8F587. Grayscale: #2D2D2D. Windows color (decimal): -11072904 or 7866967. OLE color: 7866967.

HSL color Cylindrical-coordinate representation of color #570A78: hue angle of 282º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570A78 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 10 120 -
CMYK 0.28 0.92 0 0.53
HSL 282º 0.85% 0.25% -
HSV(B) 282º 0.92% 0.47% -
XYZ 7.43 3.6 18.07 -
YUV 45.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 87 10 120 0.28 0.92 0 0.53 282 0.85 0.25
Hex 57 A 78 1C 5C 0 35 11A 55 19
Octal 127 12 170 34 134 0 65 432 125 31
Binary 1010111 1010 1111000 11100 1011100 0 110101 100011010 1010101 11001

Color Harmonies of #570A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A78

Black with #570A78

Text Example


Text Example

White with #570A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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