Html Css Color HEX #54019F Indigo

📋 copy color: '#54019F'

red 84 ◦ green 1 ◦ blue 159

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

Shades of Indigo #54019F

Tints of Indigo #54019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 34.43%
G = 0.41%
B = 65.16%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54019F (or 0x54019F) is known color: Indigo. HEX triplet: 54, 01 and 9F. RGB value is (84,1,159). Sum of RGB (Red+Green+Blue) = 84+1+159=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #54019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54019F is #ABFE60. Grayscale: #2B2B2B. Windows color (decimal): -11271777 or 10420564. OLE color: 10420564.

HSL color Cylindrical-coordinate representation of color #54019F: hue angle of 271.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54019F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 1 159 -
CMYK 0.47 0.99 0 0.38
HSL 271.52º 0.99% 0.31% -
HSV(B) 271.52º 0.99% 0.62% -
XYZ 9.93 4.41 33.13 -
YUV 43.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 84 1 159 0.47 0.99 0 0.38 271.52 0.99 0.31
Hex 54 1 9F 2F 63 0 26 110 63 1F
Octal 124 1 237 57 143 0 46 420 143 37
Binary 1010100 1 10011111 101111 1100011 0 100110 100010000 1100011 11111

Color Harmonies of #54019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54019F

Black with #54019F

Text Example


Text Example

White with #54019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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