#54009F

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

Shades of Indigo #54009F

Tints of Indigo #54009F

Color information

#54009F (or 0x54009F) is unknown color: approx Indigo. HEX triplet: 54, 00 and 9F. RGB value is (84,0,159). Sum of RGB (Red+Green+Blue) = 84+0+159=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #54009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54009F is #ABFF60. Grayscale: #2A2A2A. Windows color (decimal): -11272033 or 10420308. OLE color: 10420308.

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

Color convert

RGB840159-
CMYK0.47100.38
HSL271.7º100%31.18%-
HSV(B)271.7º100%62.35%-
XYZ9.914.3933.13-
YUV43.24193.33157.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=34.57%
G=0%
B=65.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8401590.47100.38271.710031.18
Hex5409F2F64026110641f
Octal12402375714404642014437
Binary101010001001111110111111001000100110100010000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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