Html Css Color HEX #540092 Indigo

📋 copy color: '#540092'

red 84 ◦ green 0 ◦ blue 146

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

Shades of Indigo #540092

Tints of Indigo #540092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.52%
G = 0%
B = 63.48%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540092 (or 0x540092) is known color: Indigo. HEX triplet: 54, 00 and 92. RGB value is (84,0,146). Sum of RGB (Red+Green+Blue) = 84+0+146=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #540092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540092 is #ABFF6D. Grayscale: #292929. Windows color (decimal): -11272046 or 9568340. OLE color: 9568340.

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

Color convert

RGB 84 0 146 -
CMYK 0.42 1 0 0.43
HSL 274.52º 1% 0.29% -
HSV(B) 274.52º 1% 0.57% -
XYZ 8.84 3.96 27.49 -
YUV 41.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 84 0 146 0.42 1 0 0.43 274.52 1 0.29
Hex 54 0 92 2A 64 0 2B 113 64 1D
Octal 124 0 222 52 144 0 53 423 144 35
Binary 1010100 0 10010010 101010 1100100 0 101011 100010011 1100100 11101

Color Harmonies of #540092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540092

Black with #540092

Text Example


Text Example

White with #540092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540092; }

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

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

background-color css

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

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

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

border-color css

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

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

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