Html Css Color HEX #540466 Indigo

📋 copy color: '#540466'

red 84 ◦ green 4 ◦ blue 102

#540466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #540466

Tints of Indigo #540466

RGB

 RED value IS 84 (33.2% from 255) = 44.21%

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 44.21%
G = 2.11%
B = 53.68%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#540466 (or 0x540466) is known color: Indigo. HEX triplet: 54, 04 and 66. RGB value is (84,4,102). Sum of RGB (Red+Green+Blue) = 84+4+102=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #540466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540466 is #ABFB99. Grayscale: #262626. Windows color (decimal): -11271066 or 6685780. OLE color: 6685780.

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

Color convert

RGB 84 4 102 -
CMYK 0.18 0.96 0 0.6
HSL 288.98º 0.92% 0.21% -
HSV(B) 288.98º 0.96% 0.4% -
XYZ 6.1 2.93 12.81 -
YUV 39.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 84 4 102 0.18 0.96 0 0.6 288.98 0.92 0.21
Hex 54 4 66 12 60 0 3C 121 5C 15
Octal 124 4 146 22 140 0 74 441 134 25
Binary 1010100 100 1100110 10010 1100000 0 111100 100100001 1011100 10101

Color Harmonies of #540466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540466

Black with #540466

Text Example


Text Example

White with #540466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540466; }

 p { color: rgb(84,4,102); }

 H1.HeaderClassName
 {
   color: #540466;
 }
 .AnyTagClassName
 {
   color: #540466;
 }
</style>

background-color css

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

 a { background-color: rgb(84,4,102); }

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

border-color css

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

 span { border-color: rgb(84,4,102); }

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