#54006E

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

Shades of Indigo #54006E

Tints of Indigo #54006E

Color information

#54006E (or 0x54006E) is unknown color: approx Indigo. HEX triplet: 54, 00 and 6E. RGB value is (84,0,110). Sum of RGB (Red+Green+Blue) = 84+0+110=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #54006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006E is #ABFF91. Grayscale: #252525. Windows color (decimal): -11272082 or 7209044. OLE color: 7209044.

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

Color convert

RGB840110-
CMYK0.24100.57
HSL285.82º100%21.57%-
HSV(B)285.82º100%43.14%-
XYZ6.473.0114.99-
YUV37.66168.83161.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=43.30%
G=0%
B=56.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8401100.24100.57285.8210021.57
Hex5406E186403911e6416
Octal12401563014407143614426
Binary1010100011011101100011001000111001100011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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