#540187

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

Shades of Indigo #540187

Tints of Indigo #540187

Color information

#540187 (or 0x540187) is unknown color: approx Indigo. HEX triplet: 54, 01 and 87. RGB value is (84,1,135). Sum of RGB (Red+Green+Blue) = 84+1+135=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #540187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540187 is #ABFE78. Grayscale: #282828. Windows color (decimal): -11271801 or 8847700. OLE color: 8847700.

HSL color Cylindrical-coordinate representation of color #540187: hue angle of 277.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540187 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB841135-
CMYK0.380.9900.47
HSL277.16º98.53%26.67%-
HSV(B)277.16º99.26%52.94%-
XYZ8.043.6623.2-
YUV41.09181158.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 135 (53.12% from 255) = 61.36%
R=38.18%
G=0.45%
B=61.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8411350.380.9900.47277.1698.5326.67
Hex54187266302F115631b
Octal12412074614305742514333
Binary101010011000011110011011000110101111100010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540187; }

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

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

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

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

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

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

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

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