Html Css Color HEX #54046F Indigo

📋 copy color: '#54046F'

red 84 ◦ green 4 ◦ blue 111

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

Shades of Indigo #54046F

Tints of Indigo #54046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 42.21%
G = 2.01%
B = 55.78%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54046F (or 0x54046F) is known color: Indigo. HEX triplet: 54, 04 and 6F. RGB value is (84,4,111). Sum of RGB (Red+Green+Blue) = 84+4+111=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #54046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54046F is #ABFB90. Grayscale: #272727. Windows color (decimal): -11271057 or 7275604. OLE color: 7275604.

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

Color convert

RGB 84 4 111 -
CMYK 0.24 0.96 0 0.56
HSL 284.86º 0.93% 0.23% -
HSV(B) 284.86º 0.96% 0.44% -
XYZ 6.57 3.12 15.29 -
YUV 40.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 84 4 111 0.24 0.96 0 0.56 284.86 0.93 0.23
Hex 54 4 6F 18 60 0 38 11D 5D 17
Octal 124 4 157 30 140 0 70 435 135 27
Binary 1010100 100 1101111 11000 1100000 0 111000 100011101 1011101 10111

Color Harmonies of #54046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54046F

Black with #54046F

Text Example


Text Example

White with #54046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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