Html Css Color HEX #570E74 Indigo

📋 copy color: '#570E74'

red 87 ◦ green 14 ◦ blue 116

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

Shades of Indigo #570E74

Tints of Indigo #570E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 40.09%
G = 6.45%
B = 53.46%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570E74 (or 0x570E74) is known color: Indigo. HEX triplet: 57, 0E and 74. RGB value is (87,14,116). Sum of RGB (Red+Green+Blue) = 87+14+116=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #570E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E74 is #A8F18B. Grayscale: #2F2F2F. Windows color (decimal): -11071884 or 7605847. OLE color: 7605847.

HSL color Cylindrical-coordinate representation of color #570E74: hue angle of 282.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570E74 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 14 116 -
CMYK 0.25 0.88 0 0.55
HSL 282.94º 0.78% 0.25% -
HSV(B) 282.94º 0.88% 0.45% -
XYZ 7.24 3.6 16.84 -
YUV 47.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 87 14 116 0.25 0.88 0 0.55 282.94 0.78 0.25
Hex 57 E 74 19 58 0 37 11B 4E 19
Octal 127 16 164 31 130 0 67 433 116 31
Binary 1010111 1110 1110100 11001 1011000 0 110111 100011011 1001110 11001

Color Harmonies of #570E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E74

Black with #570E74

Text Example


Text Example

White with #570E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,14,116); }

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

background-color css

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

 a { background-color: rgb(87,14,116); }

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

border-color css

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

 span { border-color: rgb(87,14,116); }

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