Html Css Color HEX #570E7C Indigo

📋 copy color: '#570E7C'

red 87 ◦ green 14 ◦ blue 124

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

Shades of Indigo #570E7C

Tints of Indigo #570E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 38.67%
G = 6.22%
B = 55.11%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#570E7C (or 0x570E7C) is known color: Indigo. HEX triplet: 57, 0E and 7C. RGB value is (87,14,124). Sum of RGB (Red+Green+Blue) = 87+14+124=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #570E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E7C is #A8F183. Grayscale: #303030. Windows color (decimal): -11071876 or 8130135. OLE color: 8130135.

HSL color Cylindrical-coordinate representation of color #570E7C: hue angle of 279.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570E7C is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 14 124 -
CMYK 0.30 0.89 0 0.51
HSL 279.82º 0.8% 0.27% -
HSV(B) 279.82º 0.89% 0.49% -
XYZ 7.73 3.8 19.39 -
YUV 48.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 87 14 124 0.30 0.89 0 0.51 279.82 0.8 0.27
Hex 57 E 7C 1E 59 0 33 118 50 1B
Octal 127 16 174 36 131 0 63 430 120 33
Binary 1010111 1110 1111100 11110 1011001 0 110011 100011000 1010000 11011

Color Harmonies of #570E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E7C

Black with #570E7C

Text Example


Text Example

White with #570E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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