Html Css Color HEX #57139B Indigo

📋 copy color: '#57139B'

red 87 ◦ green 19 ◦ blue 155

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

Shades of Indigo #57139B

Tints of Indigo #57139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.39%

R = 33.33%
G = 7.28%
B = 59.39%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57139B (or 0x57139B) is known color: Indigo. HEX triplet: 57, 13 and 9B. RGB value is (87,19,155). Sum of RGB (Red+Green+Blue) = 87+19+155=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #57139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57139B is #A8EC64. Grayscale: #363636. Windows color (decimal): -11070565 or 10163031. OLE color: 10163031.

HSL color Cylindrical-coordinate representation of color #57139B: hue angle of 270º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57139B is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 19 155 -
CMYK 0.44 0.88 0 0.39
HSL 270º 0.78% 0.34% -
HSV(B) 270º 0.88% 0.61% -
XYZ 10.08 4.86 31.42 -
YUV 54.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 87 19 155 0.44 0.88 0 0.39 270 0.78 0.34
Hex 57 13 9B 2C 58 0 27 10E 4E 22
Octal 127 23 233 54 130 0 47 416 116 42
Binary 1010111 10011 10011011 101100 1011000 0 100111 100001110 1001110 100010

Color Harmonies of #57139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57139B

Black with #57139B

Text Example


Text Example

White with #57139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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