Html Css Color HEX #54116E Indigo

📋 copy color: '#54116E'

red 84 ◦ green 17 ◦ blue 110

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

Shades of Indigo #54116E

Tints of Indigo #54116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 39.81%
G = 8.06%
B = 52.13%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54116E (or 0x54116E) is known color: Indigo. HEX triplet: 54, 11 and 6E. RGB value is (84,17,110). Sum of RGB (Red+Green+Blue) = 84+17+110=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #54116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54116E is #ABEE91. Grayscale: #2F2F2F. Windows color (decimal): -11267730 or 7213396. OLE color: 7213396.

HSL color Cylindrical-coordinate representation of color #54116E: hue angle of 283.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54116E is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 17 110 -
CMYK 0.24 0.85 0 0.57
HSL 283.23º 0.73% 0.25% -
HSV(B) 283.23º 0.85% 0.43% -
XYZ 6.67 3.41 15.06 -
YUV 47.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 84 17 110 0.24 0.85 0 0.57 283.23 0.73 0.25
Hex 54 11 6E 18 55 0 39 11B 49 19
Octal 124 21 156 30 125 0 71 433 111 31
Binary 1010100 10001 1101110 11000 1010101 0 111001 100011011 1001001 11001

Color Harmonies of #54116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54116E

Black with #54116E

Text Example


Text Example

White with #54116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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