Html Css Color HEX #57048E Indigo

📋 copy color: '#57048E'

red 87 ◦ green 4 ◦ blue 142

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

Shades of Indigo #57048E

Tints of Indigo #57048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 37.34%
G = 1.72%
B = 60.94%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57048E (or 0x57048E) is known color: Indigo. HEX triplet: 57, 04 and 8E. RGB value is (87,4,142). Sum of RGB (Red+Green+Blue) = 87+4+142=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #57048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57048E is #A8FB71. Grayscale: #2C2C2C. Windows color (decimal): -11074418 or 9307223. OLE color: 9307223.

HSL color Cylindrical-coordinate representation of color #57048E: hue angle of 276.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57048E is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 4 142 -
CMYK 0.39 0.97 0 0.44
HSL 276.09º 0.95% 0.29% -
HSV(B) 276.09º 0.97% 0.56% -
XYZ 8.86 4.07 25.91 -
YUV 44.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 87 4 142 0.39 0.97 0 0.44 276.09 0.95 0.29
Hex 57 4 8E 27 61 0 2C 114 5F 1D
Octal 127 4 216 47 141 0 54 424 137 35
Binary 1010111 100 10001110 100111 1100001 0 101100 100010100 1011111 11101

Color Harmonies of #57048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57048E

Black with #57048E

Text Example


Text Example

White with #57048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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