#54126E

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

Shades of Indigo #54126E

Tints of Indigo #54126E

Color information

#54126E (or 0x54126E) is unknown color: approx Indigo. HEX triplet: 54, 12 and 6E. RGB value is (84,18,110). Sum of RGB (Red+Green+Blue) = 84+18+110=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #54126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54126E is #ABED91. Grayscale: #2F2F2F. Windows color (decimal): -11267474 or 7213652. OLE color: 7213652.

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

Color convert

RGB8418110-
CMYK0.240.8400.57
HSL283.04º71.88%25.1%-
HSV(B)283.04º83.64%43.14%-
XYZ6.693.4415.06-
YUV48.22162.87153.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=39.62%
G=8.49%
B=51.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84181100.240.8400.57283.0471.8825.1
Hex54126E185403911b4819
Octal124221563012407143311031
Binary10101001001011011101100010101000111001100011011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54126E; }

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

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

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

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

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

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

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

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