Html Css Color HEX #54019A Indigo

📋 copy color: '#54019A'

red 84 ◦ green 1 ◦ blue 154

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

Shades of Indigo #54019A

Tints of Indigo #54019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 35.15%
G = 0.42%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54019A (or 0x54019A) is known color: Indigo. HEX triplet: 54, 01 and 9A. RGB value is (84,1,154). Sum of RGB (Red+Green+Blue) = 84+1+154=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #54019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54019A is #ABFE65. Grayscale: #2A2A2A. Windows color (decimal): -11271782 or 10092884. OLE color: 10092884.

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

Color convert

RGB 84 1 154 -
CMYK 0.45 0.99 0 0.40
HSL 272.55º 0.99% 0.3% -
HSV(B) 272.55º 0.99% 0.6% -
XYZ 9.5 4.24 30.89 -
YUV 43.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 84 1 154 0.45 0.99 0 0.40 272.55 0.99 0.3
Hex 54 1 9A 2D 63 0 28 111 63 1E
Octal 124 1 232 55 143 0 50 421 143 36
Binary 1010100 1 10011010 101101 1100011 0 101000 100010001 1100011 11110

Color Harmonies of #54019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54019A

Black with #54019A

Text Example


Text Example

White with #54019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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