Html Css Color HEX #54046E Indigo

📋 copy color: '#54046E'

red 84 ◦ green 4 ◦ blue 110

#54046E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #54046E

Tints of Indigo #54046E

RGB

 RED value IS 84 (33.2% from 255) = 42.42%

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 110 (43.36% from 255) = 55.56%

R = 42.42%
G = 2.02%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54046E (or 0x54046E) is known color: Indigo. HEX triplet: 54, 04 and 6E. RGB value is (84,4,110). Sum of RGB (Red+Green+Blue) = 84+4+110=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #54046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54046E is #ABFB91. Grayscale: #272727. Windows color (decimal): -11271058 or 7210068. OLE color: 7210068.

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

Color convert

RGB 84 4 110 -
CMYK 0.24 0.96 0 0.57
HSL 285.28º 0.93% 0.22% -
HSV(B) 285.28º 0.96% 0.43% -
XYZ 6.51 3.1 15.01 -
YUV 40 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 84 4 110 0.24 0.96 0 0.57 285.28 0.93 0.22
Hex 54 4 6E 18 60 0 39 11D 5D 16
Octal 124 4 156 30 140 0 71 435 135 26
Binary 1010100 100 1101110 11000 1100000 0 111001 100011101 1011101 10110

Color Harmonies of #54046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54046E

Black with #54046E

Text Example


Text Example

White with #54046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54046E;
 }
 .AnyTagClassName
 {
   color: #54046E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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