Html Css Color HEX #540483 Indigo

📋 copy color: '#540483'

red 84 ◦ green 4 ◦ blue 131

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

Shades of Indigo #540483

Tints of Indigo #540483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 38.36%
G = 1.83%
B = 59.82%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540483 (or 0x540483) is known color: Indigo. HEX triplet: 54, 04 and 83. RGB value is (84,4,131). Sum of RGB (Red+Green+Blue) = 84+4+131=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #540483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540483 is #ABFB7C. Grayscale: #292929. Windows color (decimal): -11271037 or 8586324. OLE color: 8586324.

HSL color Cylindrical-coordinate representation of color #540483: hue angle of 277.8º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540483 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 4 131 -
CMYK 0.36 0.97 0 0.49
HSL 277.8º 0.94% 0.26% -
HSV(B) 277.8º 0.97% 0.51% -
XYZ 7.8 3.61 21.76 -
YUV 42.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 84 4 131 0.36 0.97 0 0.49 277.8 0.94 0.26
Hex 54 4 83 24 61 0 31 116 5E 1A
Octal 124 4 203 44 141 0 61 426 136 32
Binary 1010100 100 10000011 100100 1100001 0 110001 100010110 1011110 11010

Color Harmonies of #540483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540483

Black with #540483

Text Example


Text Example

White with #540483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540483; }

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

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

background-color css

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

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

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

border-color css

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

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

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