Html Css Color HEX #54168B Indigo

📋 copy color: '#54168B'

red 84 ◦ green 22 ◦ blue 139

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

Shades of Indigo #54168B

Tints of Indigo #54168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 34.29%
G = 8.98%
B = 56.73%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54168B (or 0x54168B) is known color: Indigo. HEX triplet: 54, 16 and 8B. RGB value is (84,22,139). Sum of RGB (Red+Green+Blue) = 84+22+139=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #54168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54168B is #ABE974. Grayscale: #353535. Windows color (decimal): -11266421 or 9115220. OLE color: 9115220.

HSL color Cylindrical-coordinate representation of color #54168B: hue angle of 271.79º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54168B is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 22 139 -
CMYK 0.40 0.84 0 0.45
HSL 271.79º 0.73% 0.32% -
HSV(B) 271.79º 0.84% 0.55% -
XYZ 8.6 4.32 24.81 -
YUV 53.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 84 22 139 0.40 0.84 0 0.45 271.79 0.73 0.32
Hex 54 16 8B 28 54 0 2D 110 49 20
Octal 124 26 213 50 124 0 55 420 111 40
Binary 1010100 10110 10001011 101000 1010100 0 101101 100010000 1001001 100000

Color Harmonies of #54168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54168B

Black with #54168B

Text Example


Text Example

White with #54168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,22,139); }

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

background-color css

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

 a { background-color: rgb(84,22,139); }

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

border-color css

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

 span { border-color: rgb(84,22,139); }

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