Html Css Color HEX #540863 Indigo

📋 copy color: '#540863'

red 84 ◦ green 8 ◦ blue 99

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

Shades of Indigo #540863

Tints of Indigo #540863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

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

R = 43.98%
G = 4.19%
B = 51.83%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540863 (or 0x540863) is known color: Indigo. HEX triplet: 54, 08 and 63. RGB value is (84,8,99). Sum of RGB (Red+Green+Blue) = 84+8+99=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #540863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540863 is #ABF79C. Grayscale: #282828. Windows color (decimal): -11270045 or 6490196. OLE color: 6490196.

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

Color convert

RGB 84 8 99 -
CMYK 0.15 0.92 0 0.61
HSL 290.11º 0.85% 0.21% -
HSV(B) 290.11º 0.92% 0.39% -
XYZ 6 2.96 12.06 -
YUV 41.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 84 8 99 0.15 0.92 0 0.61 290.11 0.85 0.21
Hex 54 8 63 F 5C 0 3D 122 55 15
Octal 124 10 143 17 134 0 75 442 125 25
Binary 1010100 1000 1100011 1111 1011100 0 111101 100100010 1010101 10101

Color Harmonies of #540863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540863

Black with #540863

Text Example


Text Example

White with #540863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540863; }

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

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

background-color css

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

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

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

border-color css

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

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

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