Html Css Color HEX #57117B Indigo

📋 copy color: '#57117B'

red 87 ◦ green 17 ◦ blue 123

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

Shades of Indigo #57117B

Tints of Indigo #57117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 38.33%
G = 7.49%
B = 54.19%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57117B (or 0x57117B) is known color: Indigo. HEX triplet: 57, 11 and 7B. RGB value is (87,17,123). Sum of RGB (Red+Green+Blue) = 87+17+123=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #57117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57117B is #A8EE84. Grayscale: #313131. Windows color (decimal): -11071109 or 8065367. OLE color: 8065367.

HSL color Cylindrical-coordinate representation of color #57117B: hue angle of 279.62º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57117B is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 17 123 -
CMYK 0.29 0.86 0 0.52
HSL 279.62º 0.76% 0.27% -
HSV(B) 279.62º 0.86% 0.48% -
XYZ 7.71 3.86 19.08 -
YUV 50.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 87 17 123 0.29 0.86 0 0.52 279.62 0.76 0.27
Hex 57 11 7B 1D 56 0 34 118 4C 1B
Octal 127 21 173 35 126 0 64 430 114 33
Binary 1010111 10001 1111011 11101 1010110 0 110100 100011000 1001100 11011

Color Harmonies of #57117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57117B

Black with #57117B

Text Example


Text Example

White with #57117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57117B; }

 p { color: rgb(87,17,123); }

 H1.HeaderClassName
 {
   color: #57117B;
 }
 .AnyTagClassName
 {
   color: #57117B;
 }
</style>

background-color css

<style>
 a { background-color: #57117B; }

 a { background-color: rgb(87,17,123); }

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

border-color css

<style>
 span { border-color: #57117B; }

 span { border-color: rgb(87,17,123); }

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