Html Css Color HEX #54008D Indigo

📋 copy color: '#54008D'

red 84 ◦ green 0 ◦ blue 141

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

Shades of Indigo #54008D

Tints of Indigo #54008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.33%
G = 0%
B = 62.67%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54008D (or 0x54008D) is known color: Indigo. HEX triplet: 54, 00 and 8D. RGB value is (84,0,141). Sum of RGB (Red+Green+Blue) = 84+0+141=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #54008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54008D is #ABFF72. Grayscale: #282828. Windows color (decimal): -11272051 or 9240660. OLE color: 9240660.

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

Color convert

RGB 84 0 141 -
CMYK 0.40 1 0 0.45
HSL 275.74º 1% 0.28% -
HSV(B) 275.74º 1% 0.55% -
XYZ 8.46 3.81 25.49 -
YUV 41.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 84 0 141 0.40 1 0 0.45 275.74 1 0.28
Hex 54 0 8D 28 64 0 2D 114 64 1C
Octal 124 0 215 50 144 0 55 424 144 34
Binary 1010100 0 10001101 101000 1100100 0 101101 100010100 1100100 11100

Color Harmonies of #54008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54008D

Black with #54008D

Text Example


Text Example

White with #54008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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