Html Css Color HEX #54117C Indigo

📋 copy color: '#54117C'

red 84 ◦ green 17 ◦ blue 124

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

Shades of Indigo #54117C

Tints of Indigo #54117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

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

R = 37.33%
G = 7.56%
B = 55.11%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54117C (or 0x54117C) is known color: Indigo. HEX triplet: 54, 11 and 7C. RGB value is (84,17,124). Sum of RGB (Red+Green+Blue) = 84+17+124=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #54117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54117C is #ABEE83. Grayscale: #303030. Windows color (decimal): -11267716 or 8130900. OLE color: 8130900.

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

Color convert

RGB 84 17 124 -
CMYK 0.32 0.86 0 0.51
HSL 277.57º 0.76% 0.28% -
HSV(B) 277.57º 0.86% 0.49% -
XYZ 7.49 3.74 19.4 -
YUV 49.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 84 17 124 0.32 0.86 0 0.51 277.57 0.76 0.28
Hex 54 11 7C 20 56 0 33 116 4C 1C
Octal 124 21 174 40 126 0 63 426 114 34
Binary 1010100 10001 1111100 100000 1010110 0 110011 100010110 1001100 11100

Color Harmonies of #54117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54117C

Black with #54117C

Text Example


Text Example

White with #54117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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