Html Css Color HEX #540892 Indigo

📋 copy color: '#540892'

red 84 ◦ green 8 ◦ blue 146

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

Shades of Indigo #540892

Tints of Indigo #540892

RGB

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

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

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

R = 35.29%
G = 3.36%
B = 61.34%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540892 (or 0x540892) is known color: Indigo. HEX triplet: 54, 08 and 92. RGB value is (84,8,146). Sum of RGB (Red+Green+Blue) = 84+8+146=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #540892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540892 is #ABF76D. Grayscale: #2D2D2D. Windows color (decimal): -11269998 or 9570388. OLE color: 9570388.

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

Color convert

RGB 84 8 146 -
CMYK 0.42 0.95 0 0.43
HSL 273.04º 0.9% 0.3% -
HSV(B) 273.04º 0.95% 0.57% -
XYZ 8.93 4.13 27.52 -
YUV 46.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 84 8 146 0.42 0.95 0 0.43 273.04 0.9 0.3
Hex 54 8 92 2A 5F 0 2B 111 5A 1E
Octal 124 10 222 52 137 0 53 421 132 36
Binary 1010100 1000 10010010 101010 1011111 0 101011 100010001 1011010 11110

Color Harmonies of #540892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540892

Black with #540892

Text Example


Text Example

White with #540892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540892; }

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

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

background-color css

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

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

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

border-color css

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

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

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