Html Css Color HEX #54049A Indigo

📋 copy color: '#54049A'

red 84 ◦ green 4 ◦ blue 154

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

Shades of Indigo #54049A

Tints of Indigo #54049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 34.71%
G = 1.65%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54049A (or 0x54049A) is known color: Indigo. HEX triplet: 54, 04 and 9A. RGB value is (84,4,154). Sum of RGB (Red+Green+Blue) = 84+4+154=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #54049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54049A is #ABFB65. Grayscale: #2C2C2C. Windows color (decimal): -11271014 or 10093652. OLE color: 10093652.

HSL color Cylindrical-coordinate representation of color #54049A: hue angle of 272º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54049A is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 4 154 -
CMYK 0.45 0.97 0 0.40
HSL 272º 0.95% 0.31% -
HSV(B) 272º 0.97% 0.6% -
XYZ 9.53 4.3 30.9 -
YUV 45.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 84 4 154 0.45 0.97 0 0.40 272 0.95 0.31
Hex 54 4 9A 2D 61 0 28 110 5F 1F
Octal 124 4 232 55 141 0 50 420 137 37
Binary 1010100 100 10011010 101101 1100001 0 101000 100010000 1011111 11111

Color Harmonies of #54049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54049A

Black with #54049A

Text Example


Text Example

White with #54049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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