Html Css Color HEX #54047A Indigo

📋 copy color: '#54047A'

red 84 ◦ green 4 ◦ blue 122

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

Shades of Indigo #54047A

Tints of Indigo #54047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 40%
G = 1.9%
B = 58.1%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54047A (or 0x54047A) is known color: Indigo. HEX triplet: 54, 04 and 7A. RGB value is (84,4,122). Sum of RGB (Red+Green+Blue) = 84+4+122=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #54047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54047A is #ABFB85. Grayscale: #282828. Windows color (decimal): -11271046 or 7996500. OLE color: 7996500.

HSL color Cylindrical-coordinate representation of color #54047A: hue angle of 280.68º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54047A is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 4 122 -
CMYK 0.31 0.97 0 0.52
HSL 280.68º 0.94% 0.25% -
HSV(B) 280.68º 0.97% 0.48% -
XYZ 7.21 3.38 18.68 -
YUV 41.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 84 4 122 0.31 0.97 0 0.52 280.68 0.94 0.25
Hex 54 4 7A 1F 61 0 34 119 5E 19
Octal 124 4 172 37 141 0 64 431 136 31
Binary 1010100 100 1111010 11111 1100001 0 110100 100011001 1011110 11001

Color Harmonies of #54047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54047A

Black with #54047A

Text Example


Text Example

White with #54047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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