Html Css Color HEX #54048F Indigo

📋 copy color: '#54048F'

red 84 ◦ green 4 ◦ blue 143

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

Shades of Indigo #54048F

Tints of Indigo #54048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 36.36%
G = 1.73%
B = 61.9%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54048F (or 0x54048F) is known color: Indigo. HEX triplet: 54, 04 and 8F. RGB value is (84,4,143). Sum of RGB (Red+Green+Blue) = 84+4+143=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #54048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54048F is #ABFB70. Grayscale: #2B2B2B. Windows color (decimal): -11271025 or 9372756. OLE color: 9372756.

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

Color convert

RGB 84 4 143 -
CMYK 0.41 0.97 0 0.44
HSL 274.53º 0.95% 0.29% -
HSV(B) 274.53º 0.97% 0.56% -
XYZ 8.66 3.95 26.29 -
YUV 43.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 84 4 143 0.41 0.97 0 0.44 274.53 0.95 0.29
Hex 54 4 8F 29 61 0 2C 113 5F 1D
Octal 124 4 217 51 141 0 54 423 137 35
Binary 1010100 100 10001111 101001 1100001 0 101100 100010011 1011111 11101

Color Harmonies of #54048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54048F

Black with #54048F

Text Example


Text Example

White with #54048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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