Html Css Color HEX #540166 Indigo

📋 copy color: '#540166'

red 84 ◦ green 1 ◦ blue 102

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

Shades of Indigo #540166

Tints of Indigo #540166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 44.92%
G = 0.53%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#540166 (or 0x540166) is known color: Indigo. HEX triplet: 54, 01 and 66. RGB value is (84,1,102). Sum of RGB (Red+Green+Blue) = 84+1+102=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #540166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540166 is #ABFE99. Grayscale: #252525. Windows color (decimal): -11271834 or 6685012. OLE color: 6685012.

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

Color convert

RGB 84 1 102 -
CMYK 0.18 0.99 0 0.6
HSL 289.31º 0.98% 0.2% -
HSV(B) 289.31º 0.99% 0.4% -
XYZ 6.07 2.87 12.8 -
YUV 37.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 84 1 102 0.18 0.99 0 0.6 289.31 0.98 0.2
Hex 54 1 66 12 63 0 3C 121 62 14
Octal 124 1 146 22 143 0 74 441 142 24
Binary 1010100 1 1100110 10010 1100011 0 111100 100100001 1100010 10100

Color Harmonies of #540166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540166

Black with #540166

Text Example


Text Example

White with #540166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540166; }

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

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

background-color css

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

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

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

border-color css

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

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

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