#54127E

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

Shades of Indigo #54127E

Tints of Indigo #54127E

Color information

#54127E (or 0x54127E) is unknown color: approx Indigo. HEX triplet: 54, 12 and 7E. RGB value is (84,18,126). Sum of RGB (Red+Green+Blue) = 84+18+126=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #54127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127E is #ABED81. Grayscale: #313131. Windows color (decimal): -11267458 or 8262228. OLE color: 8262228.

HSL color Cylindrical-coordinate representation of color #54127E: hue angle of 276.67º 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 #54127E is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8418126-
CMYK0.330.8600.51
HSL276.67º75%28.24%-
HSV(B)276.67º85.71%49.41%-
XYZ7.643.8220.07-
YUV50.05170.87152.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=36.84%
G=7.89%
B=55.26%

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
Decimal84181260.330.8600.51276.677528.24
Hex54127E21560331154b1c
Octal124221764112606342511334
Binary101010010010111111010000110101100110011100010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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