#54127C

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

Shades of Indigo #54127C

Tints of Indigo #54127C

Color information

#54127C (or 0x54127C) is unknown color: approx Indigo. HEX triplet: 54, 12 and 7C. RGB value is (84,18,124). Sum of RGB (Red+Green+Blue) = 84+18+124=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #54127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127C is #ABED83. Grayscale: #313131. Windows color (decimal): -11267460 or 8131156. OLE color: 8131156.

HSL color Cylindrical-coordinate representation of color #54127C: hue angle of 277.36º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54127C is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8418124-
CMYK0.320.8500.51
HSL277.36º74.65%27.84%-
HSV(B)277.36º85.48%48.63%-
XYZ7.513.7719.4-
YUV49.82169.87152.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=37.17%
G=7.96%
B=54.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84181240.320.8500.51277.3674.6527.84
Hex54127C20550331154b1c
Octal124221744012506342511334
Binary101010010010111110010000010101010110011100010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54127C; }

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

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

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

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

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

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

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

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