#54197F

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

Shades of Indigo #54197F

Tints of Indigo #54197F

Color information

#54197F (or 0x54197F) is unknown color: approx Indigo. HEX triplet: 54, 19 and 7F. RGB value is (84,25,127). Sum of RGB (Red+Green+Blue) = 84+25+127=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #54197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54197F is #ABE680. Grayscale: #353535. Windows color (decimal): -11265665 or 8329556. OLE color: 8329556.

HSL color Cylindrical-coordinate representation of color #54197F: hue angle of 274.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54197F is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8425127-
CMYK0.340.8000.50
HSL274.71º67.11%29.8%-
HSV(B)274.71º80.31%49.8%-
XYZ7.834.1120.46-
YUV54.27169.05149.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 127 (50% from 255) = 53.81%
R=35.59%
G=10.59%
B=53.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84251270.340.8000.50274.7167.1129.8
Hex54197F2250032113431e
Octal124311774212006242310336
Binary101010011001111111110001010100000110010100010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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