Html Css Color HEX #57056F Indigo

📋 copy color: '#57056F'

red 87 ◦ green 5 ◦ blue 111

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

Shades of Indigo #57056F

Tints of Indigo #57056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 42.86%
G = 2.46%
B = 54.68%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57056F (or 0x57056F) is known color: Indigo. HEX triplet: 57, 05 and 6F. RGB value is (87,5,111). Sum of RGB (Red+Green+Blue) = 87+5+111=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #57056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57056F is #A8FA90. Grayscale: #292929. Windows color (decimal): -11074193 or 7275863. OLE color: 7275863.

HSL color Cylindrical-coordinate representation of color #57056F: hue angle of 286.42º degrees, saturation: 0.91, 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 #57056F is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 5 111 -
CMYK 0.22 0.95 0 0.56
HSL 286.42º 0.91% 0.23% -
HSV(B) 286.42º 0.95% 0.44% -
XYZ 6.85 3.28 15.31 -
YUV 41.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 87 5 111 0.22 0.95 0 0.56 286.42 0.91 0.23
Hex 57 5 6F 16 5F 0 38 11E 5B 17
Octal 127 5 157 26 137 0 70 436 133 27
Binary 1010111 101 1101111 10110 1011111 0 111000 100011110 1011011 10111

Color Harmonies of #57056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57056F

Black with #57056F

Text Example


Text Example

White with #57056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57056F; }

 p { color: rgb(87,5,111); }

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

background-color css

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

 a { background-color: rgb(87,5,111); }

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

border-color css

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

 span { border-color: rgb(87,5,111); }

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