#541270

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

Shades of Indigo #541270

Tints of Indigo #541270

Color information

#541270 (or 0x541270) is unknown color: approx Indigo. HEX triplet: 54, 12 and 70. RGB value is (84,18,112). Sum of RGB (Red+Green+Blue) = 84+18+112=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #541270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541270 is #ABED8F. Grayscale: #303030. Windows color (decimal): -11267472 or 7344724. OLE color: 7344724.

HSL color Cylindrical-coordinate representation of color #541270: hue angle of 282.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541270 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8418112-
CMYK0.250.8400.56
HSL282.13º72.31%25.49%-
HSV(B)282.13º83.93%43.92%-
XYZ6.83.4915.64-
YUV48.45163.87153.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=39.25%
G=8.41%
B=52.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84181120.250.8400.56282.1372.3125.49
Hex541270195403811a4819
Octal124221603112407043211031
Binary10101001001011100001100110101000111000100011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541270; }

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

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

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

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

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

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

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

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