Html Css Color HEX #54148D Indigo

📋 copy color: '#54148D'

red 84 ◦ green 20 ◦ blue 141

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

Shades of Indigo #54148D

Tints of Indigo #54148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 34.29%
G = 8.16%
B = 57.55%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54148D (or 0x54148D) is known color: Indigo. HEX triplet: 54, 14 and 8D. RGB value is (84,20,141). Sum of RGB (Red+Green+Blue) = 84+20+141=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #54148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54148D is #ABEB72. Grayscale: #343434. Windows color (decimal): -11266931 or 9245780. OLE color: 9245780.

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

Color convert

RGB 84 20 141 -
CMYK 0.40 0.86 0 0.45
HSL 271.74º 0.75% 0.32% -
HSV(B) 271.74º 0.86% 0.55% -
XYZ 8.71 4.31 25.57 -
YUV 52.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 84 20 141 0.40 0.86 0 0.45 271.74 0.75 0.32
Hex 54 14 8D 28 56 0 2D 110 4B 20
Octal 124 24 215 50 126 0 55 420 113 40
Binary 1010100 10100 10001101 101000 1010110 0 101101 100010000 1001011 100000

Color Harmonies of #54148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54148D

Black with #54148D

Text Example


Text Example

White with #54148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54148D;
 }
 .AnyTagClassName
 {
   color: #54148D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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