#54088E

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

Shades of Indigo #54088E

Tints of Indigo #54088E

Color information

#54088E (or 0x54088E) is unknown color: approx Indigo. HEX triplet: 54, 08 and 8E. RGB value is (84,8,142). Sum of RGB (Red+Green+Blue) = 84+8+142=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #54088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54088E is #ABF771. Grayscale: #2D2D2D. Windows color (decimal): -11270002 or 9308244. OLE color: 9308244.

HSL color Cylindrical-coordinate representation of color #54088E: hue angle of 274.03º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54088E is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB848142-
CMYK0.410.9400.44
HSL274.03º89.33%29.41%-
HSV(B)274.03º94.37%55.69%-
XYZ8.634.0125.91-
YUV46182.18155.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=35.90%
G=3.42%
B=60.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8481420.410.9400.44274.0389.3329.41
Hex5488E295E02C112591d
Octal124102165113605442213135
Binary101010010001000111010100110111100101100100010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,8,142); }

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

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

 a { background-color: rgb(84,8,142); }

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

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

 span { border-color: rgb(84,8,142); }

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