#54127D

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

Shades of Indigo #54127D

Tints of Indigo #54127D

Color information

#54127D (or 0x54127D) is unknown color: approx Indigo. HEX triplet: 54, 12 and 7D. RGB value is (84,18,125). Sum of RGB (Red+Green+Blue) = 84+18+125=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #54127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127D is #ABED82. Grayscale: #313131. Windows color (decimal): -11267459 or 8196692. OLE color: 8196692.

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

Color convert

RGB8418125-
CMYK0.330.8600.51
HSL277.01º74.83%28.04%-
HSV(B)277.01º85.6%49.02%-
XYZ7.573.819.74-
YUV49.93170.37152.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=37.00%
G=7.93%
B=55.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84181250.330.8600.51277.0174.8328.04
Hex54127D21560331154b1c
Octal124221754112606342511334
Binary101010010010111110110000110101100110011100010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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