Html Css Color HEX #540463 Indigo

📋 copy color: '#540463'

red 84 ◦ green 4 ◦ blue 99

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

Shades of Indigo #540463

Tints of Indigo #540463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 44.92%
G = 2.14%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540463 (or 0x540463) is known color: Indigo. HEX triplet: 54, 04 and 63. RGB value is (84,4,99). Sum of RGB (Red+Green+Blue) = 84+4+99=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #540463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540463 is #ABFB9C. Grayscale: #262626. Windows color (decimal): -11271069 or 6489172. OLE color: 6489172.

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

Color convert

RGB 84 4 99 -
CMYK 0.15 0.96 0 0.61
HSL 290.53º 0.92% 0.2% -
HSV(B) 290.53º 0.96% 0.39% -
XYZ 5.95 2.87 12.05 -
YUV 38.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 84 4 99 0.15 0.96 0 0.61 290.53 0.92 0.2
Hex 54 4 63 F 60 0 3D 123 5C 14
Octal 124 4 143 17 140 0 75 443 134 24
Binary 1010100 100 1100011 1111 1100000 0 111101 100100011 1011100 10100

Color Harmonies of #540463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540463

Black with #540463

Text Example


Text Example

White with #540463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540463; }

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

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

background-color css

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

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

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

border-color css

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

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

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