Html Css Color HEX #570F80 Indigo

📋 copy color: '#570F80'

red 87 ◦ green 15 ◦ blue 128

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

Shades of Indigo #570F80

Tints of Indigo #570F80

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 37.83%
G = 6.52%
B = 55.65%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#570F80 (or 0x570F80) is known color: Indigo. HEX triplet: 57, 0F and 80. RGB value is (87,15,128). Sum of RGB (Red+Green+Blue) = 87+15+128=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #570F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570F80 is #A8F07F. Grayscale: #313131. Windows color (decimal): -11071616 or 8392535. OLE color: 8392535.

HSL color Cylindrical-coordinate representation of color #570F80: hue angle of 278.23º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570F80 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 15 128 -
CMYK 0.32 0.88 0 0.50
HSL 278.23º 0.79% 0.28% -
HSV(B) 278.23º 0.88% 0.5% -
XYZ 8 3.93 20.76 -
YUV 49.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 87 15 128 0.32 0.88 0 0.50 278.23 0.79 0.28
Hex 57 F 80 20 58 0 32 116 4F 1C
Octal 127 17 200 40 130 0 62 426 117 34
Binary 1010111 1111 10000000 100000 1011000 0 110010 100010110 1001111 11100

Color Harmonies of #570F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F80

Black with #570F80

Text Example


Text Example

White with #570F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,15,128); }

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

background-color css

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

 a { background-color: rgb(87,15,128); }

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

border-color css

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

 span { border-color: rgb(87,15,128); }

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