Html Css Color HEX #54149C Indigo

📋 copy color: '#54149C'

red 84 ◦ green 20 ◦ blue 156

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

Shades of Indigo #54149C

Tints of Indigo #54149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 156 (61.33% from 255) = 60%

R = 32.31%
G = 7.69%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54149C (or 0x54149C) is known color: Indigo. HEX triplet: 54, 14 and 9C. RGB value is (84,20,156). Sum of RGB (Red+Green+Blue) = 84+20+156=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #54149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54149C is #ABEB63. Grayscale: #363636. Windows color (decimal): -11266916 or 10228820. OLE color: 10228820.

HSL color Cylindrical-coordinate representation of color #54149C: hue angle of 268.24º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54149C is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 20 156 -
CMYK 0.46 0.87 0 0.39
HSL 268.24º 0.77% 0.35% -
HSV(B) 268.24º 0.87% 0.61% -
XYZ 9.91 4.79 31.85 -
YUV 54.64 185.2 148.94 -
System Red Green Blue C M Y K H S L
Decimal 84 20 156 0.46 0.87 0 0.39 268.24 0.77 0.35
Hex 54 14 9C 2E 57 0 27 10C 4D 23
Octal 124 24 234 56 127 0 47 414 115 43
Binary 1010100 10100 10011100 101110 1010111 0 100111 100001100 1001101 100011

Color Harmonies of #54149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54149C

Black with #54149C

Text Example


Text Example

White with #54149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54149C; }

 p { color: rgb(84,20,156); }

 H1.HeaderClassName
 {
   color: #54149C;
 }
 .AnyTagClassName
 {
   color: #54149C;
 }
</style>

background-color css

<style>
 a { background-color: #54149C; }

 a { background-color: rgb(84,20,156); }

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

border-color css

<style>
 span { border-color: #54149C; }

 span { border-color: rgb(84,20,156); }

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