Html Css Color HEX #57136D Indigo

📋 copy color: '#57136D'

red 87 ◦ green 19 ◦ blue 109

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

Shades of Indigo #57136D

Tints of Indigo #57136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 40.47%
G = 8.84%
B = 50.7%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57136D (or 0x57136D) is known color: Indigo. HEX triplet: 57, 13 and 6D. RGB value is (87,19,109). Sum of RGB (Red+Green+Blue) = 87+19+109=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #57136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57136D is #A8EC92. Grayscale: #313131. Windows color (decimal): -11070611 or 7148375. OLE color: 7148375.

HSL color Cylindrical-coordinate representation of color #57136D: hue angle of 285.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57136D is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 19 109 -
CMYK 0.20 0.83 0 0.57
HSL 285.33º 0.7% 0.25% -
HSV(B) 285.33º 0.83% 0.43% -
XYZ 6.92 3.6 14.8 -
YUV 49.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 87 19 109 0.20 0.83 0 0.57 285.33 0.7 0.25
Hex 57 13 6D 14 53 0 39 11D 46 19
Octal 127 23 155 24 123 0 71 435 106 31
Binary 1010111 10011 1101101 10100 1010011 0 111001 100011101 1000110 11001

Color Harmonies of #57136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57136D

Black with #57136D

Text Example


Text Example

White with #57136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57136D; }

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

 H1.HeaderClassName
 {
   color: #57136D;
 }
 .AnyTagClassName
 {
   color: #57136D;
 }
</style>

background-color css

<style>
 a { background-color: #57136D; }

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

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

border-color css

<style>
 span { border-color: #57136D; }

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

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