Html Css Color HEX #540163 Indigo

📋 copy color: '#540163'

red 84 ◦ green 1 ◦ blue 99

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

Shades of Indigo #540163

Tints of Indigo #540163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 45.65%
G = 0.54%
B = 53.8%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540163 (or 0x540163) is known color: Indigo. HEX triplet: 54, 01 and 63. RGB value is (84,1,99). Sum of RGB (Red+Green+Blue) = 84+1+99=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #540163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540163 is #ABFE9C. Grayscale: #242424. Windows color (decimal): -11271837 or 6488404. OLE color: 6488404.

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

Color convert

RGB 84 1 99 -
CMYK 0.15 0.99 0 0.61
HSL 290.82º 0.98% 0.2% -
HSV(B) 290.82º 0.99% 0.39% -
XYZ 5.92 2.81 12.03 -
YUV 36.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 84 1 99 0.15 0.99 0 0.61 290.82 0.98 0.2
Hex 54 1 63 F 63 0 3D 123 62 14
Octal 124 1 143 17 143 0 75 443 142 24
Binary 1010100 1 1100011 1111 1100011 0 111101 100100011 1100010 10100

Color Harmonies of #540163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540163

Black with #540163

Text Example


Text Example

White with #540163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540163; }

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

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

background-color css

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

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

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

border-color css

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

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

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