#540895

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

Shades of Indigo #540895

Tints of Indigo #540895

Color information

#540895 (or 0x540895) is unknown color: approx Indigo. HEX triplet: 54, 08 and 95. RGB value is (84,8,149). Sum of RGB (Red+Green+Blue) = 84+8+149=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #540895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540895 is #ABF76A. Grayscale: #2E2E2E. Windows color (decimal): -11269995 or 9766996. OLE color: 9766996.

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

Color convert

RGB848149-
CMYK0.440.9500.42
HSL272.34º89.81%30.78%-
HSV(B)272.34º94.63%58.43%-
XYZ9.174.2328.77-
YUV46.8185.68154.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=34.85%
G=3.32%
B=61.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8481490.440.9500.42272.3489.8130.78
Hex548952C5F02A1105a1f
Octal124102255413705242013237
Binary101010010001001010110110010111110101010100010000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540895; }

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

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

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

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

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

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

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

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