Html Css Color HEX #57197F Indigo

📋 copy color: '#57197F'

red 87 ◦ green 25 ◦ blue 127

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

Shades of Indigo #57197F

Tints of Indigo #57197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 36.4%
G = 10.46%
B = 53.14%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57197F (or 0x57197F) is known color: Indigo. HEX triplet: 57, 19 and 7F. RGB value is (87,25,127). Sum of RGB (Red+Green+Blue) = 87+25+127=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #57197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57197F is #A8E680. Grayscale: #363636. Windows color (decimal): -11069057 or 8329559. OLE color: 8329559.

HSL color Cylindrical-coordinate representation of color #57197F: hue angle of 276.47º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57197F is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 25 127 -
CMYK 0.31 0.80 0 0.50
HSL 276.47º 0.67% 0.3% -
HSV(B) 276.47º 0.8% 0.5% -
XYZ 8.11 4.25 20.47 -
YUV 55.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 87 25 127 0.31 0.80 0 0.50 276.47 0.67 0.3
Hex 57 19 7F 1F 50 0 32 114 43 1E
Octal 127 31 177 37 120 0 62 424 103 36
Binary 1010111 11001 1111111 11111 1010000 0 110010 100010100 1000011 11110

Color Harmonies of #57197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57197F

Black with #57197F

Text Example


Text Example

White with #57197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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