#541292

Color #541292 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #541292

Tints of Indigo #541292

Color information

#541292 (or 0x541292) is unknown color: approx Indigo. HEX triplet: 54, 12 and 92. RGB value is (84,18,146). Sum of RGB (Red+Green+Blue) = 84+18+146=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #541292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541292 is #ABED6D. Grayscale: #333333. Windows color (decimal): -11267438 or 9572948. OLE color: 9572948.

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

Color convert

RGB8418146-
CMYK0.420.8800.43
HSL270.94º78.05%32.16%-
HSV(B)270.94º87.67%57.25%-
XYZ9.064.3927.56-
YUV52.33180.87150.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=33.87%
G=7.26%
B=58.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84181460.420.8800.43270.9478.0532.16
Hex5412922A5802B10f4e20
Octal124222225213005341711640
Binary10101001001010010010101010101100001010111000011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541292; }

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

 H1.HeaderClassName
 {
   color: #541292;
 }
 .AnyTagClassName
 {
   color: #541292;
 }
</style>
background-color css

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

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

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

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

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

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