#54026C

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

Shades of Indigo #54026C

Tints of Indigo #54026C

Color information

#54026C (or 0x54026C) is unknown color: approx Indigo. HEX triplet: 54, 02 and 6C. RGB value is (84,2,108). Sum of RGB (Red+Green+Blue) = 84+2+108=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #54026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54026C is #ABFD93. Grayscale: #262626. Windows color (decimal): -11271572 or 7078484. OLE color: 7078484.

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

Color convert

RGB842108-
CMYK0.220.9800.58
HSL286.42º96.36%21.57%-
HSV(B)286.42º98.15%42.35%-
XYZ6.383.0114.43-
YUV38.6167.17160.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=43.30%
G=1.03%
B=55.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8421080.220.9800.58286.4296.3621.57
Hex5426C166203A11e6016
Octal12421542614207243614026
Binary10101001011011001011011000100111010100011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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