#54107F

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

Shades of Indigo #54107F

Tints of Indigo #54107F

Color information

#54107F (or 0x54107F) is unknown color: approx Indigo. HEX triplet: 54, 10 and 7F. RGB value is (84,16,127). Sum of RGB (Red+Green+Blue) = 84+16+127=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #54107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54107F is #ABEF80. Grayscale: #303030. Windows color (decimal): -11267969 or 8327252. OLE color: 8327252.

HSL color Cylindrical-coordinate representation of color #54107F: hue angle of 276.76º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54107F is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8416127-
CMYK0.340.8700.50
HSL276.76º77.62%28.04%-
HSV(B)276.76º87.4%49.8%-
XYZ7.673.7920.41-
YUV48.99172.03152.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 127 (50% from 255) = 55.95%
R=37.00%
G=7.05%
B=55.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84161270.340.8700.50276.7677.6228.04
Hex54107F22570321154e1c
Octal124201774212706242511634
Binary101010010000111111110001010101110110010100010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54107F; }

 p { color: rgb(84,16,127); }

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

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

 a { background-color: rgb(84,16,127); }

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

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

 span { border-color: rgb(84,16,127); }

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