Html Css Color HEX #57016F Indigo

📋 copy color: '#57016F'

red 87 ◦ green 1 ◦ blue 111

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

Shades of Indigo #57016F

Tints of Indigo #57016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 43.72%
G = 0.5%
B = 55.78%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57016F (or 0x57016F) is known color: Indigo. HEX triplet: 57, 01 and 6F. RGB value is (87,1,111). Sum of RGB (Red+Green+Blue) = 87+1+111=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #57016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57016F is #A8FE90. Grayscale: #262626. Windows color (decimal): -11075217 or 7274839. OLE color: 7274839.

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

Color convert

RGB 87 1 111 -
CMYK 0.22 0.99 0 0.56
HSL 286.91º 0.98% 0.22% -
HSV(B) 286.91º 0.99% 0.44% -
XYZ 6.81 3.2 15.3 -
YUV 39.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 87 1 111 0.22 0.99 0 0.56 286.91 0.98 0.22
Hex 57 1 6F 16 63 0 38 11F 62 16
Octal 127 1 157 26 143 0 70 437 142 26
Binary 1010111 1 1101111 10110 1100011 0 111000 100011111 1100010 10110

Color Harmonies of #57016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57016F

Black with #57016F

Text Example


Text Example

White with #57016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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