#54027F

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

Shades of Indigo #54027F

Tints of Indigo #54027F

Color information

#54027F (or 0x54027F) is unknown color: approx Indigo. HEX triplet: 54, 02 and 7F. RGB value is (84,2,127). Sum of RGB (Red+Green+Blue) = 84+2+127=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #54027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54027F is #ABFD80. Grayscale: #282828. Windows color (decimal): -11271553 or 8323668. OLE color: 8323668.

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

Color convert

RGB842127-
CMYK0.340.9800.50
HSL279.36º96.9%25.29%-
HSV(B)279.36º98.43%49.8%-
XYZ7.513.4620.35-
YUV40.77176.67158.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 127 (50% from 255) = 59.62%
R=39.44%
G=0.94%
B=59.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8421270.340.9800.50279.3696.925.29
Hex5427F22620321176119
Octal12421774214206242714131
Binary101010010111111110001011000100110010100010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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