Html Css Color HEX #540363 Indigo

📋 copy color: '#540363'

red 84 ◦ green 3 ◦ blue 99

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

Shades of Indigo #540363

Tints of Indigo #540363

RGB

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

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

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

R = 45.16%
G = 1.61%
B = 53.23%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540363 (or 0x540363) is known color: Indigo. HEX triplet: 54, 03 and 63. RGB value is (84,3,99). Sum of RGB (Red+Green+Blue) = 84+3+99=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #540363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540363 is #ABFC9C. Grayscale: #252525. Windows color (decimal): -11271325 or 6488916. OLE color: 6488916.

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

Color convert

RGB 84 3 99 -
CMYK 0.15 0.97 0 0.61
HSL 290.63º 0.94% 0.2% -
HSV(B) 290.63º 0.97% 0.39% -
XYZ 5.94 2.85 12.04 -
YUV 38.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 84 3 99 0.15 0.97 0 0.61 290.63 0.94 0.2
Hex 54 3 63 F 61 0 3D 123 5E 14
Octal 124 3 143 17 141 0 75 443 136 24
Binary 1010100 11 1100011 1111 1100001 0 111101 100100011 1011110 10100

Color Harmonies of #540363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540363

Black with #540363

Text Example


Text Example

White with #540363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540363; }

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

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

background-color css

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

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

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

border-color css

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

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

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