#540067

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

Shades of Indigo #540067

Tints of Indigo #540067

Color information

#540067 (or 0x540067) is unknown color: approx Indigo. HEX triplet: 54, 00 and 67. RGB value is (84,0,103). Sum of RGB (Red+Green+Blue) = 84+0+103=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #540067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540067 is #ABFF98. Grayscale: #242424. Windows color (decimal): -11272089 or 6750292. OLE color: 6750292.

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

Color convert

RGB840103-
CMYK0.18100.60
HSL288.93º100%20.2%-
HSV(B)288.93º100%40.39%-
XYZ6.12.8613.06-
YUV36.86165.33161.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 55.08%
R=44.92%
G=0%
B=55.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8401030.18100.60288.9310020.2
Hex54067126403C1216414
Octal12401472214407444114424
Binary1010100011001111001011001000111100100100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540067; }

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

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

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

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

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

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

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

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