Html Css Color HEX #57146D Indigo

📋 copy color: '#57146D'

red 87 ◦ green 20 ◦ blue 109

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

Shades of Indigo #57146D

Tints of Indigo #57146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 40.28%
G = 9.26%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57146D (or 0x57146D) is known color: Indigo. HEX triplet: 57, 14 and 6D. RGB value is (87,20,109). Sum of RGB (Red+Green+Blue) = 87+20+109=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #57146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57146D is #A8EB92. Grayscale: #313131. Windows color (decimal): -11070355 or 7148631. OLE color: 7148631.

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

Color convert

RGB 87 20 109 -
CMYK 0.20 0.82 0 0.57
HSL 285.17º 0.69% 0.25% -
HSV(B) 285.17º 0.82% 0.43% -
XYZ 6.94 3.63 14.8 -
YUV 50.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 87 20 109 0.20 0.82 0 0.57 285.17 0.69 0.25
Hex 57 14 6D 14 52 0 39 11D 45 19
Octal 127 24 155 24 122 0 71 435 105 31
Binary 1010111 10100 1101101 10100 1010010 0 111001 100011101 1000101 11001

Color Harmonies of #57146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57146D

Black with #57146D

Text Example


Text Example

White with #57146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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