Html Css Color HEX #54106B Indigo

📋 copy color: '#54106B'

red 84 ◦ green 16 ◦ blue 107

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

Shades of Indigo #54106B

Tints of Indigo #54106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 107 (42.19% from 255) = 51.69%

R = 40.58%
G = 7.73%
B = 51.69%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54106B (or 0x54106B) is known color: Indigo. HEX triplet: 54, 10 and 6B. RGB value is (84,16,107). Sum of RGB (Red+Green+Blue) = 84+16+107=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #54106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54106B is #ABEF94. Grayscale: #2E2E2E. Windows color (decimal): -11267989 or 7016532. OLE color: 7016532.

HSL color Cylindrical-coordinate representation of color #54106B: hue angle of 284.84º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54106B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 16 107 -
CMYK 0.21 0.85 0 0.58
HSL 284.84º 0.74% 0.24% -
HSV(B) 284.84º 0.85% 0.42% -
XYZ 6.5 3.32 14.21 -
YUV 46.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 84 16 107 0.21 0.85 0 0.58 284.84 0.74 0.24
Hex 54 10 6B 15 55 0 3A 11D 4A 18
Octal 124 20 153 25 125 0 72 435 112 30
Binary 1010100 10000 1101011 10101 1010101 0 111010 100011101 1001010 11000

Color Harmonies of #54106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54106B

Black with #54106B

Text Example


Text Example

White with #54106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,16,107); }

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

background-color css

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

 a { background-color: rgb(84,16,107); }

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

border-color css

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

 span { border-color: rgb(84,16,107); }

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