#54038D

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

Shades of Indigo #54038D

Tints of Indigo #54038D

Color information

#54038D (or 0x54038D) is unknown color: approx Indigo. HEX triplet: 54, 03 and 8D. RGB value is (84,3,141). Sum of RGB (Red+Green+Blue) = 84+3+141=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #54038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54038D is #ABFC72. Grayscale: #2A2A2A. Windows color (decimal): -11271283 or 9241428. OLE color: 9241428.

HSL color Cylindrical-coordinate representation of color #54038D: hue angle of 275.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54038D is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB843141-
CMYK0.400.9800.45
HSL275.22º95.83%28.24%-
HSV(B)275.22º97.87%55.29%-
XYZ8.53.8725.5-
YUV42.95183.34157.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=36.84%
G=1.32%
B=61.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8431410.400.9800.45275.2295.8328.24
Hex5438D286202D113601c
Octal12432155014205542314034
Binary1010100111000110110100011000100101101100010011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54038D; }

 p { color: rgb(84,3,141); }

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

<style>
 a { background-color: #54038D; }

 a { background-color: rgb(84,3,141); }

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

<style>
 span { border-color: #54038D; }

 span { border-color: rgb(84,3,141); }

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