Html Css Color HEX #54057C Indigo

📋 copy color: '#54057C'

red 84 ◦ green 5 ◦ blue 124

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

Shades of Indigo #54057C

Tints of Indigo #54057C

RGB

 RED value IS 84 (33.2% from 255) = 39.44%

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 39.44%
G = 2.35%
B = 58.22%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54057C (or 0x54057C) is known color: Indigo. HEX triplet: 54, 05 and 7C. RGB value is (84,5,124). Sum of RGB (Red+Green+Blue) = 84+5+124=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #54057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54057C is #ABFA83. Grayscale: #292929. Windows color (decimal): -11270788 or 8127828. OLE color: 8127828.

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

Color convert

RGB 84 5 124 -
CMYK 0.32 0.96 0 0.51
HSL 279.83º 0.92% 0.25% -
HSV(B) 279.83º 0.96% 0.49% -
XYZ 7.35 3.45 19.35 -
YUV 42.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 84 5 124 0.32 0.96 0 0.51 279.83 0.92 0.25
Hex 54 5 7C 20 60 0 33 118 5C 19
Octal 124 5 174 40 140 0 63 430 134 31
Binary 1010100 101 1111100 100000 1100000 0 110011 100011000 1011100 11001

Color Harmonies of #54057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54057C

Black with #54057C

Text Example


Text Example

White with #54057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,5,124); }

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

background-color css

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

 a { background-color: rgb(84,5,124); }

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

border-color css

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

 span { border-color: rgb(84,5,124); }

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