#540898

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

Shades of Indigo #540898

Tints of Indigo #540898

Color information

#540898 (or 0x540898) is unknown color: approx Indigo. HEX triplet: 54, 08 and 98. RGB value is (84,8,152). Sum of RGB (Red+Green+Blue) = 84+8+152=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #540898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540898 is #ABF767. Grayscale: #2E2E2E. Windows color (decimal): -11269992 or 9963604. OLE color: 9963604.

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

Color convert

RGB848152-
CMYK0.450.9500.40
HSL271.67º90%31.37%-
HSV(B)271.67º94.74%59.61%-
XYZ9.414.3330.04-
YUV47.14187.18154.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=34.43%
G=3.28%
B=62.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8481520.450.9500.40271.679031.37
Hex548982D5F0281105a1f
Octal124102305513705042013237
Binary101010010001001100010110110111110101000100010000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540898; }

 p { color: rgb(84,8,152); }

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

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

 a { background-color: rgb(84,8,152); }

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

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

 span { border-color: rgb(84,8,152); }

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