Html Css Color HEX #57106F Indigo

📋 copy color: '#57106F'

red 87 ◦ green 16 ◦ blue 111

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

Shades of Indigo #57106F

Tints of Indigo #57106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 40.65%
G = 7.48%
B = 51.87%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57106F (or 0x57106F) is known color: Indigo. HEX triplet: 57, 10 and 6F. RGB value is (87,16,111). Sum of RGB (Red+Green+Blue) = 87+16+111=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #57106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57106F is #A8EF90. Grayscale: #2F2F2F. Windows color (decimal): -11071377 or 7278679. OLE color: 7278679.

HSL color Cylindrical-coordinate representation of color #57106F: hue angle of 284.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57106F is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 16 111 -
CMYK 0.22 0.86 0 0.56
HSL 284.84º 0.75% 0.25% -
HSV(B) 284.84º 0.86% 0.44% -
XYZ 6.99 3.54 15.35 -
YUV 48.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 87 16 111 0.22 0.86 0 0.56 284.84 0.75 0.25
Hex 57 10 6F 16 56 0 38 11D 4B 19
Octal 127 20 157 26 126 0 70 435 113 31
Binary 1010111 10000 1101111 10110 1010110 0 111000 100011101 1001011 11001

Color Harmonies of #57106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57106F

Black with #57106F

Text Example


Text Example

White with #57106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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