#540867

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

Shades of Indigo #540867

Tints of Indigo #540867

Color information

#540867 (or 0x540867) is unknown color: approx Indigo. HEX triplet: 54, 08 and 67. RGB value is (84,8,103). Sum of RGB (Red+Green+Blue) = 84+8+103=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #540867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540867 is #ABF798. Grayscale: #292929. Windows color (decimal): -11270041 or 6752340. OLE color: 6752340.

HSL color Cylindrical-coordinate representation of color #540867: hue angle of 288º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540867 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB848103-
CMYK0.180.9200.60
HSL288º85.59%21.76%-
HSV(B)288º92.23%40.39%-
XYZ6.193.0413.09-
YUV41.55162.68158.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=43.08%
G=4.10%
B=52.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8481030.180.9200.6028885.5921.76
Hex54867125C03C1205616
Octal124101472213407444012626
Binary1010100100011001111001010111000111100100100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540867; }

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

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

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

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

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

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

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

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