Html Css Color HEX #570E7B Indigo

📋 copy color: '#570E7B'

red 87 ◦ green 14 ◦ blue 123

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

Shades of Indigo #570E7B

Tints of Indigo #570E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 38.84%
G = 6.25%
B = 54.91%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#570E7B (or 0x570E7B) is known color: Indigo. HEX triplet: 57, 0E and 7B. RGB value is (87,14,123). Sum of RGB (Red+Green+Blue) = 87+14+123=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #570E7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E7B is #A8F184. Grayscale: #2F2F2F. Windows color (decimal): -11071877 or 8064599. OLE color: 8064599.

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

Color convert

RGB 87 14 123 -
CMYK 0.29 0.89 0 0.52
HSL 280.18º 0.8% 0.27% -
HSV(B) 280.18º 0.89% 0.48% -
XYZ 7.66 3.77 19.06 -
YUV 48.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 87 14 123 0.29 0.89 0 0.52 280.18 0.8 0.27
Hex 57 E 7B 1D 59 0 34 118 50 1B
Octal 127 16 173 35 131 0 64 430 120 33
Binary 1010111 1110 1111011 11101 1011001 0 110100 100011000 1010000 11011

Color Harmonies of #570E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E7B

Black with #570E7B

Text Example


Text Example

White with #570E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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