#54006C

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

Shades of Indigo #54006C

Tints of Indigo #54006C

Color information

#54006C (or 0x54006C) is unknown color: approx Indigo. HEX triplet: 54, 00 and 6C. RGB value is (84,0,108). Sum of RGB (Red+Green+Blue) = 84+0+108=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #54006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006C is #ABFF93. Grayscale: #252525. Windows color (decimal): -11272084 or 7077972. OLE color: 7077972.

HSL color Cylindrical-coordinate representation of color #54006C: hue angle of 286.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54006C is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB840108-
CMYK0.22100.58
HSL286.67º100%21.18%-
HSV(B)286.67º100%42.35%-
XYZ6.362.9714.42-
YUV37.43167.83161.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=43.75%
G=0%
B=56.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8401080.22100.58286.6710021.18
Hex5406C166403A11f6415
Octal12401542614407243714425
Binary1010100011011001011011001000111010100011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54006C; }

 p { color: rgb(84,0,108); }

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

<style>
 a { background-color: #54006C; }

 a { background-color: rgb(84,0,108); }

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

<style>
 span { border-color: #54006C; }

 span { border-color: rgb(84,0,108); }

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