Html Css Color HEX #540366 Indigo

📋 copy color: '#540366'

red 84 ◦ green 3 ◦ blue 102

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

Shades of Indigo #540366

Tints of Indigo #540366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 44.44%
G = 1.59%
B = 53.97%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#540366 (or 0x540366) is known color: Indigo. HEX triplet: 54, 03 and 66. RGB value is (84,3,102). Sum of RGB (Red+Green+Blue) = 84+3+102=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #540366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540366 is #ABFC99. Grayscale: #262626. Windows color (decimal): -11271322 or 6685524. OLE color: 6685524.

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

Color convert

RGB 84 3 102 -
CMYK 0.18 0.97 0 0.6
HSL 289.09º 0.94% 0.21% -
HSV(B) 289.09º 0.97% 0.4% -
XYZ 6.09 2.91 12.81 -
YUV 38.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 84 3 102 0.18 0.97 0 0.6 289.09 0.94 0.21
Hex 54 3 66 12 61 0 3C 121 5E 15
Octal 124 3 146 22 141 0 74 441 136 25
Binary 1010100 11 1100110 10010 1100001 0 111100 100100001 1011110 10101

Color Harmonies of #540366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540366

Black with #540366

Text Example


Text Example

White with #540366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540366; }

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

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

background-color css

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

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

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

border-color css

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

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

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