Html Css Color HEX #570671 Indigo

📋 copy color: '#570671'

red 87 ◦ green 6 ◦ blue 113

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

Shades of Indigo #570671

Tints of Indigo #570671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 42.23%
G = 2.91%
B = 54.85%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#570671 (or 0x570671) is known color: Indigo. HEX triplet: 57, 06 and 71. RGB value is (87,6,113). Sum of RGB (Red+Green+Blue) = 87+6+113=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #570671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570671 is #A8F98E. Grayscale: #2A2A2A. Windows color (decimal): -11073935 or 7407191. OLE color: 7407191.

HSL color Cylindrical-coordinate representation of color #570671: hue angle of 285.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570671 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 6 113 -
CMYK 0.23 0.95 0 0.56
HSL 285.42º 0.9% 0.23% -
HSV(B) 285.42º 0.95% 0.44% -
XYZ 6.98 3.35 15.9 -
YUV 42.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 87 6 113 0.23 0.95 0 0.56 285.42 0.9 0.23
Hex 57 6 71 17 5F 0 38 11D 5A 17
Octal 127 6 161 27 137 0 70 435 132 27
Binary 1010111 110 1110001 10111 1011111 0 111000 100011101 1011010 10111

Color Harmonies of #570671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570671

Black with #570671

Text Example


Text Example

White with #570671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570671; }

 p { color: rgb(87,6,113); }

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

background-color css

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

 a { background-color: rgb(87,6,113); }

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

border-color css

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

 span { border-color: rgb(87,6,113); }

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