Html Css Color HEX #54178D Indigo

📋 copy color: '#54178D'

red 84 ◦ green 23 ◦ blue 141

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

Shades of Indigo #54178D

Tints of Indigo #54178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 33.87%
G = 9.27%
B = 56.85%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54178D (or 0x54178D) is known color: Indigo. HEX triplet: 54, 17 and 8D. RGB value is (84,23,141). Sum of RGB (Red+Green+Blue) = 84+23+141=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #54178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54178D is #ABE872. Grayscale: #363636. Windows color (decimal): -11266163 or 9246548. OLE color: 9246548.

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

Color convert

RGB 84 23 141 -
CMYK 0.40 0.84 0 0.45
HSL 271.02º 0.72% 0.32% -
HSV(B) 271.02º 0.84% 0.55% -
XYZ 8.77 4.42 25.59 -
YUV 54.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 84 23 141 0.40 0.84 0 0.45 271.02 0.72 0.32
Hex 54 17 8D 28 54 0 2D 10F 48 20
Octal 124 27 215 50 124 0 55 417 110 40
Binary 1010100 10111 10001101 101000 1010100 0 101101 100001111 1001000 100000

Color Harmonies of #54178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54178D

Black with #54178D

Text Example


Text Example

White with #54178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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