Html Css Color HEX #570E8B Indigo

📋 copy color: '#570E8B'

red 87 ◦ green 14 ◦ blue 139

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

Shades of Indigo #570E8B

Tints of Indigo #570E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 36.25%
G = 5.83%
B = 57.92%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#570E8B (or 0x570E8B) is known color: Indigo. HEX triplet: 57, 0E and 8B. RGB value is (87,14,139). Sum of RGB (Red+Green+Blue) = 87+14+139=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #570E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570E8B is #A8F174. Grayscale: #313131. Windows color (decimal): -11071861 or 9113175. OLE color: 9113175.

HSL color Cylindrical-coordinate representation of color #570E8B: hue angle of 275.04º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570E8B is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 14 139 -
CMYK 0.37 0.90 0 0.45
HSL 275.04º 0.82% 0.3% -
HSV(B) 275.04º 0.9% 0.55% -
XYZ 8.75 4.2 24.78 -
YUV 50.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 87 14 139 0.37 0.90 0 0.45 275.04 0.82 0.3
Hex 57 E 8B 25 5A 0 2D 113 52 1E
Octal 127 16 213 45 132 0 55 423 122 36
Binary 1010111 1110 10001011 100101 1011010 0 101101 100010011 1010010 11110

Color Harmonies of #570E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E8B

Black with #570E8B

Text Example


Text Example

White with #570E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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