#541285

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

Shades of Indigo #541285

Tints of Indigo #541285

Color information

#541285 (or 0x541285) is unknown color: approx Indigo. HEX triplet: 54, 12 and 85. RGB value is (84,18,133). Sum of RGB (Red+Green+Blue) = 84+18+133=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #541285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541285 is #ABED7A. Grayscale: #323232. Windows color (decimal): -11267451 or 8720980. OLE color: 8720980.

HSL color Cylindrical-coordinate representation of color #541285: hue angle of 274.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541285 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8418133-
CMYK0.370.8600.48
HSL274.43º76.16%29.61%-
HSV(B)274.43º86.47%52.16%-
XYZ8.114.0122.54-
YUV50.84174.37151.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=35.74%
G=7.66%
B=56.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84181330.370.8600.48274.4376.1629.61
Hex54128525560301124c1e
Octal124222054512606042211436
Binary1010100100101000010110010110101100110000100010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541285; }

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

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

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

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

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

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

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

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