Html Css Color HEX #54117E Indigo

📋 copy color: '#54117E'

red 84 ◦ green 17 ◦ blue 126

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

Shades of Indigo #54117E

Tints of Indigo #54117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 37%
G = 7.49%
B = 55.51%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54117E (or 0x54117E) is known color: Indigo. HEX triplet: 54, 11 and 7E. RGB value is (84,17,126). Sum of RGB (Red+Green+Blue) = 84+17+126=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #54117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54117E is #ABEE81. Grayscale: #313131. Windows color (decimal): -11267714 or 8261972. OLE color: 8261972.

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

Color convert

RGB 84 17 126 -
CMYK 0.33 0.87 0 0.51
HSL 276.88º 0.76% 0.28% -
HSV(B) 276.88º 0.87% 0.49% -
XYZ 7.62 3.79 20.07 -
YUV 49.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 84 17 126 0.33 0.87 0 0.51 276.88 0.76 0.28
Hex 54 11 7E 21 57 0 33 115 4C 1C
Octal 124 21 176 41 127 0 63 425 114 34
Binary 1010100 10001 1111110 100001 1010111 0 110011 100010101 1001100 11100

Color Harmonies of #54117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54117E

Black with #54117E

Text Example


Text Example

White with #54117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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