Html Css Color HEX #57048B Indigo

📋 copy color: '#57048B'

red 87 ◦ green 4 ◦ blue 139

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

Shades of Indigo #57048B

Tints of Indigo #57048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 37.83%
G = 1.74%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57048B (or 0x57048B) is known color: Indigo. HEX triplet: 57, 04 and 8B. RGB value is (87,4,139). Sum of RGB (Red+Green+Blue) = 87+4+139=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #57048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57048B is #A8FB74. Grayscale: #2B2B2B. Windows color (decimal): -11074421 or 9110615. OLE color: 9110615.

HSL color Cylindrical-coordinate representation of color #57048B: hue angle of 276.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57048B is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 4 139 -
CMYK 0.37 0.97 0 0.45
HSL 276.89º 0.94% 0.28% -
HSV(B) 276.89º 0.97% 0.55% -
XYZ 8.63 3.98 24.74 -
YUV 44.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 87 4 139 0.37 0.97 0 0.45 276.89 0.94 0.28
Hex 57 4 8B 25 61 0 2D 115 5E 1C
Octal 127 4 213 45 141 0 55 425 136 34
Binary 1010111 100 10001011 100101 1100001 0 101101 100010101 1011110 11100

Color Harmonies of #57048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57048B

Black with #57048B

Text Example


Text Example

White with #57048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,4,139); }

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

background-color css

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

 a { background-color: rgb(87,4,139); }

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

border-color css

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

 span { border-color: rgb(87,4,139); }

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