#540489

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

Shades of Indigo #540489

Tints of Indigo #540489

Color information

#540489 (or 0x540489) is unknown color: approx Indigo. HEX triplet: 54, 04 and 89. RGB value is (84,4,137). Sum of RGB (Red+Green+Blue) = 84+4+137=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #540489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540489 is #ABFB76. Grayscale: #2A2A2A. Windows color (decimal): -11271031 or 8979540. OLE color: 8979540.

HSL color Cylindrical-coordinate representation of color #540489: hue angle of 276.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540489 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB844137-
CMYK0.390.9700.46
HSL276.09º94.33%27.65%-
HSV(B)276.09º97.08%53.73%-
XYZ8.213.7823.96-
YUV43.08181157.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 137 (53.91% from 255) = 60.89%
R=37.33%
G=1.78%
B=60.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8441370.390.9700.46276.0994.3327.65
Hex54489276102E1145e1c
Octal12442114714105642413634
Binary10101001001000100110011111000010101110100010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540489; }

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

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

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

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

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

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

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

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