Html Css Color HEX #54117B Indigo

📋 copy color: '#54117B'

red 84 ◦ green 17 ◦ blue 123

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

Shades of Indigo #54117B

Tints of Indigo #54117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 37.5%
G = 7.59%
B = 54.91%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54117B (or 0x54117B) is known color: Indigo. HEX triplet: 54, 11 and 7B. RGB value is (84,17,123). Sum of RGB (Red+Green+Blue) = 84+17+123=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #54117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54117B is #ABEE84. Grayscale: #303030. Windows color (decimal): -11267717 or 8065364. OLE color: 8065364.

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

Color convert

RGB 84 17 123 -
CMYK 0.32 0.86 0 0.52
HSL 277.92º 0.76% 0.27% -
HSV(B) 277.92º 0.86% 0.48% -
XYZ 7.43 3.72 19.06 -
YUV 49.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 84 17 123 0.32 0.86 0 0.52 277.92 0.76 0.27
Hex 54 11 7B 20 56 0 34 116 4C 1B
Octal 124 21 173 40 126 0 64 426 114 33
Binary 1010100 10001 1111011 100000 1010110 0 110100 100010110 1001100 11011

Color Harmonies of #54117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54117B

Black with #54117B

Text Example


Text Example

White with #54117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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