Html Css Color HEX #540485 Indigo

📋 copy color: '#540485'

red 84 ◦ green 4 ◦ blue 133

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

Shades of Indigo #540485

Tints of Indigo #540485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 38.01%
G = 1.81%
B = 60.18%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540485 (or 0x540485) is known color: Indigo. HEX triplet: 54, 04 and 85. RGB value is (84,4,133). Sum of RGB (Red+Green+Blue) = 84+4+133=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #540485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540485 is #ABFB7A. Grayscale: #2A2A2A. Windows color (decimal): -11271035 or 8717396. OLE color: 8717396.

HSL color Cylindrical-coordinate representation of color #540485: hue angle of 277.21º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540485 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 4 133 -
CMYK 0.37 0.97 0 0.48
HSL 277.21º 0.94% 0.27% -
HSV(B) 277.21º 0.97% 0.52% -
XYZ 7.93 3.67 22.48 -
YUV 42.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 84 4 133 0.37 0.97 0 0.48 277.21 0.94 0.27
Hex 54 4 85 25 61 0 30 115 5E 1B
Octal 124 4 205 45 141 0 60 425 136 33
Binary 1010100 100 10000101 100101 1100001 0 110000 100010101 1011110 11011

Color Harmonies of #540485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540485

Black with #540485

Text Example


Text Example

White with #540485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540485; }

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

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

background-color css

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

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

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

border-color css

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

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

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