Html Css Color HEX #54178C Indigo

📋 copy color: '#54178C'

red 84 ◦ green 23 ◦ blue 140

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

Shades of Indigo #54178C

Tints of Indigo #54178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 34.01%
G = 9.31%
B = 56.68%

CMYK

 C value IS 0.4

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54178C (or 0x54178C) is known color: Indigo. HEX triplet: 54, 17 and 8C. RGB value is (84,23,140). Sum of RGB (Red+Green+Blue) = 84+23+140=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #54178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54178C is #ABE873. Grayscale: #363636. Windows color (decimal): -11266164 or 9181012. OLE color: 9181012.

HSL color Cylindrical-coordinate representation of color #54178C: hue angle of 271.28º 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 #54178C is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 23 140 -
CMYK 0.4 0.84 0 0.45
HSL 271.28º 0.72% 0.32% -
HSV(B) 271.28º 0.84% 0.55% -
XYZ 8.7 4.39 25.2 -
YUV 54.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 84 23 140 0.4 0.84 0 0.45 271.28 0.72 0.32
Hex 54 17 8C 28 54 0 2D 10F 48 20
Octal 124 27 214 50 124 0 55 417 110 40
Binary 1010100 10111 10001100 101000 1010100 0 101101 100001111 1001000 100000

Color Harmonies of #54178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54178C

Black with #54178C

Text Example


Text Example

White with #54178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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