#54067B

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

Shades of Indigo #54067B

Tints of Indigo #54067B

Color information

#54067B (or 0x54067B) is unknown color: approx Indigo. HEX triplet: 54, 06 and 7B. RGB value is (84,6,123). Sum of RGB (Red+Green+Blue) = 84+6+123=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #54067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54067B is #ABF984. Grayscale: #2A2A2A. Windows color (decimal): -11270533 or 8062548. OLE color: 8062548.

HSL color Cylindrical-coordinate representation of color #54067B: hue angle of 280º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54067B is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB846123-
CMYK0.320.9500.52
HSL280º90.7%25.29%-
HSV(B)280º95.12%48.24%-
XYZ7.33.4519.02-
YUV42.66173.34157.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=39.44%
G=2.82%
B=57.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8461230.320.9500.5228090.725.29
Hex5467B205F0341185b19
Octal12461734013706443013331
Binary1010100110111101110000010111110110100100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54067B; }

 p { color: rgb(84,6,123); }

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

<style>
 a { background-color: #54067B; }

 a { background-color: rgb(84,6,123); }

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

<style>
 span { border-color: #54067B; }

 span { border-color: rgb(84,6,123); }

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