Html Css Color HEX #57047C Indigo

📋 copy color: '#57047C'

red 87 ◦ green 4 ◦ blue 124

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

Shades of Indigo #57047C

Tints of Indigo #57047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 40.47%
G = 1.86%
B = 57.67%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57047C (or 0x57047C) is known color: Indigo. HEX triplet: 57, 04 and 7C. RGB value is (87,4,124). Sum of RGB (Red+Green+Blue) = 87+4+124=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #57047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57047C is #A8FB83. Grayscale: #2A2A2A. Windows color (decimal): -11074436 or 8127575. OLE color: 8127575.

HSL color Cylindrical-coordinate representation of color #57047C: hue angle of 281.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57047C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 4 124 -
CMYK 0.30 0.97 0 0.51
HSL 281.5º 0.94% 0.25% -
HSV(B) 281.5º 0.97% 0.49% -
XYZ 7.61 3.57 19.36 -
YUV 42.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 87 4 124 0.30 0.97 0 0.51 281.5 0.94 0.25
Hex 57 4 7C 1E 61 0 33 11A 5E 19
Octal 127 4 174 36 141 0 63 432 136 31
Binary 1010111 100 1111100 11110 1100001 0 110011 100011010 1011110 11001

Color Harmonies of #57047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57047C

Black with #57047C

Text Example


Text Example

White with #57047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57047C; }

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

 H1.HeaderClassName
 {
   color: #57047C;
 }
 .AnyTagClassName
 {
   color: #57047C;
 }
</style>

background-color css

<style>
 a { background-color: #57047C; }

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

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

border-color css

<style>
 span { border-color: #57047C; }

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

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