#541893

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

Shades of Indigo #541893

Tints of Indigo #541893

Color information

#541893 (or 0x541893) is unknown color: approx Indigo. HEX triplet: 54, 18 and 93. RGB value is (84,24,147). Sum of RGB (Red+Green+Blue) = 84+24+147=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #541893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541893 is #ABE76C. Grayscale: #373737. Windows color (decimal): -11265901 or 9640020. OLE color: 9640020.

HSL color Cylindrical-coordinate representation of color #541893: hue angle of 269.27º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541893 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8424147-
CMYK0.430.8400.42
HSL269.27º71.93%33.53%-
HSV(B)269.27º83.67%57.65%-
XYZ9.254.6428.01-
YUV55.96179.38148-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=32.94%
G=9.41%
B=57.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84241470.430.8400.42269.2771.9333.53
Hex5418932B5402A10d4822
Octal124302235312405241511042
Binary10101001100010010011101011101010001010101000011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541893; }

 p { color: rgb(84,24,147); }

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

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

 a { background-color: rgb(84,24,147); }

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

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

 span { border-color: rgb(84,24,147); }

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