Html Css Color HEX #540492 Indigo

📋 copy color: '#540492'

red 84 ◦ green 4 ◦ blue 146

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

Shades of Indigo #540492

Tints of Indigo #540492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 35.9%
G = 1.71%
B = 62.39%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540492 (or 0x540492) is known color: Indigo. HEX triplet: 54, 04 and 92. RGB value is (84,4,146). Sum of RGB (Red+Green+Blue) = 84+4+146=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #540492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540492 is #ABFB6D. Grayscale: #2B2B2B. Windows color (decimal): -11271022 or 9569364. OLE color: 9569364.

HSL color Cylindrical-coordinate representation of color #540492: hue angle of 273.8º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540492 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 4 146 -
CMYK 0.42 0.97 0 0.43
HSL 273.8º 0.95% 0.29% -
HSV(B) 273.8º 0.97% 0.57% -
XYZ 8.89 4.05 27.51 -
YUV 44.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 84 4 146 0.42 0.97 0 0.43 273.8 0.95 0.29
Hex 54 4 92 2A 61 0 2B 112 5F 1D
Octal 124 4 222 52 141 0 53 422 137 35
Binary 1010100 100 10010010 101010 1100001 0 101011 100010010 1011111 11101

Color Harmonies of #540492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540492

Black with #540492

Text Example


Text Example

White with #540492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540492; }

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

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

background-color css

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

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

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

border-color css

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

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

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