#54019B

Color #54019B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #54019B

Tints of Indigo #54019B

Color information

#54019B (or 0x54019B) is unknown color: approx Indigo. HEX triplet: 54, 01 and 9B. RGB value is (84,1,155). Sum of RGB (Red+Green+Blue) = 84+1+155=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #54019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54019B is #ABFE64. Grayscale: #2A2A2A. Windows color (decimal): -11271781 or 10158420. OLE color: 10158420.

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

Color convert

RGB841155-
CMYK0.460.9900.39
HSL272.34º98.72%30.59%-
HSV(B)272.34º99.35%60.78%-
XYZ9.584.2731.33-
YUV43.37191156.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=35%
G=0.42%
B=64.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8411550.460.9900.39272.3498.7230.59
Hex5419B2E63027110631f
Octal12412335614304742014337
Binary101010011001101110111011000110100111100010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54019B;
 }
 .AnyTagClassName
 {
   color: #54019B;
 }
</style>
background-color css

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

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

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

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

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

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