Html Css Color HEX #57137F Indigo

📋 copy color: '#57137F'

red 87 ◦ green 19 ◦ blue 127

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

Shades of Indigo #57137F

Tints of Indigo #57137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 127 (50% from 255) = 54.51%

R = 37.34%
G = 8.15%
B = 54.51%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57137F (or 0x57137F) is known color: Indigo. HEX triplet: 57, 13 and 7F. RGB value is (87,19,127). Sum of RGB (Red+Green+Blue) = 87+19+127=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #57137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57137F is #A8EC80. Grayscale: #333333. Windows color (decimal): -11070593 or 8328023. OLE color: 8328023.

HSL color Cylindrical-coordinate representation of color #57137F: hue angle of 277.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57137F is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 19 127 -
CMYK 0.31 0.85 0 0.50
HSL 277.78º 0.74% 0.29% -
HSV(B) 277.78º 0.85% 0.5% -
XYZ 7.99 4.02 20.43 -
YUV 51.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 87 19 127 0.31 0.85 0 0.50 277.78 0.74 0.29
Hex 57 13 7F 1F 55 0 32 116 4A 1D
Octal 127 23 177 37 125 0 62 426 112 35
Binary 1010111 10011 1111111 11111 1010101 0 110010 100010110 1001010 11101

Color Harmonies of #57137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57137F

Black with #57137F

Text Example


Text Example

White with #57137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,19,127); }

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

background-color css

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

 a { background-color: rgb(87,19,127); }

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

border-color css

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

 span { border-color: rgb(87,19,127); }

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