Html Css Color HEX #54177C Indigo

📋 copy color: '#54177C'

red 84 ◦ green 23 ◦ blue 124

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

Shades of Indigo #54177C

Tints of Indigo #54177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 36.36%
G = 9.96%
B = 53.68%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54177C (or 0x54177C) is known color: Indigo. HEX triplet: 54, 17 and 7C. RGB value is (84,23,124). Sum of RGB (Red+Green+Blue) = 84+23+124=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #54177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54177C is #ABE883. Grayscale: #343434. Windows color (decimal): -11266180 or 8132436. OLE color: 8132436.

HSL color Cylindrical-coordinate representation of color #54177C: hue angle of 276.24º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54177C is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 23 124 -
CMYK 0.32 0.81 0 0.51
HSL 276.24º 0.69% 0.29% -
HSV(B) 276.24º 0.81% 0.49% -
XYZ 7.6 3.95 19.43 -
YUV 52.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 84 23 124 0.32 0.81 0 0.51 276.24 0.69 0.29
Hex 54 17 7C 20 51 0 33 114 45 1D
Octal 124 27 174 40 121 0 63 424 105 35
Binary 1010100 10111 1111100 100000 1010001 0 110011 100010100 1000101 11101

Color Harmonies of #54177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54177C

Black with #54177C

Text Example


Text Example

White with #54177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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