Html Css Color HEX #57148A Indigo

📋 copy color: '#57148A'

red 87 ◦ green 20 ◦ blue 138

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

Shades of Indigo #57148A

Tints of Indigo #57148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 35.51%
G = 8.16%
B = 56.33%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57148A (or 0x57148A) is known color: Indigo. HEX triplet: 57, 14 and 8A. RGB value is (87,20,138). Sum of RGB (Red+Green+Blue) = 87+20+138=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #57148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57148A is #A8EB75. Grayscale: #353535. Windows color (decimal): -11070326 or 9049175. OLE color: 9049175.

HSL color Cylindrical-coordinate representation of color #57148A: hue angle of 274.07º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57148A is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 20 138 -
CMYK 0.37 0.86 0 0.46
HSL 274.07º 0.75% 0.31% -
HSV(B) 274.07º 0.86% 0.54% -
XYZ 8.77 4.36 24.42 -
YUV 53.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 87 20 138 0.37 0.86 0 0.46 274.07 0.75 0.31
Hex 57 14 8A 25 56 0 2E 112 4B 1F
Octal 127 24 212 45 126 0 56 422 113 37
Binary 1010111 10100 10001010 100101 1010110 0 101110 100010010 1001011 11111

Color Harmonies of #57148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57148A

Black with #57148A

Text Example


Text Example

White with #57148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57148A; }

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

 H1.HeaderClassName
 {
   color: #57148A;
 }
 .AnyTagClassName
 {
   color: #57148A;
 }
</style>

background-color css

<style>
 a { background-color: #57148A; }

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

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

border-color css

<style>
 span { border-color: #57148A; }

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

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