Html Css Color HEX #54047D Indigo

📋 copy color: '#54047D'

red 84 ◦ green 4 ◦ blue 125

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

Shades of Indigo #54047D

Tints of Indigo #54047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 39.44%
G = 1.88%
B = 58.69%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54047D (or 0x54047D) is known color: Indigo. HEX triplet: 54, 04 and 7D. RGB value is (84,4,125). Sum of RGB (Red+Green+Blue) = 84+4+125=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #54047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54047D is #ABFB82. Grayscale: #292929. Windows color (decimal): -11271043 or 8193108. OLE color: 8193108.

HSL color Cylindrical-coordinate representation of color #54047D: hue angle of 279.67º 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 #54047D is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 4 125 -
CMYK 0.33 0.97 0 0.51
HSL 279.67º 0.94% 0.25% -
HSV(B) 279.67º 0.97% 0.49% -
XYZ 7.4 3.45 19.68 -
YUV 41.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 84 4 125 0.33 0.97 0 0.51 279.67 0.94 0.25
Hex 54 4 7D 21 61 0 33 118 5E 19
Octal 124 4 175 41 141 0 63 430 136 31
Binary 1010100 100 1111101 100001 1100001 0 110011 100011000 1011110 11001

Color Harmonies of #54047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54047D

Black with #54047D

Text Example


Text Example

White with #54047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54047D; }

 p { color: rgb(84,4,125); }

 H1.HeaderClassName
 {
   color: #54047D;
 }
 .AnyTagClassName
 {
   color: #54047D;
 }
</style>

background-color css

<style>
 a { background-color: #54047D; }

 a { background-color: rgb(84,4,125); }

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

border-color css

<style>
 span { border-color: #54047D; }

 span { border-color: rgb(84,4,125); }

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