Html Css Color HEX #54129A Indigo

📋 copy color: '#54129A'

red 84 ◦ green 18 ◦ blue 154

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

Shades of Indigo #54129A

Tints of Indigo #54129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 32.81%
G = 7.03%
B = 60.16%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54129A (or 0x54129A) is known color: Indigo. HEX triplet: 54, 12 and 9A. RGB value is (84,18,154). Sum of RGB (Red+Green+Blue) = 84+18+154=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #54129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54129A is #ABED65. Grayscale: #343434. Windows color (decimal): -11267430 or 10097236. OLE color: 10097236.

HSL color Cylindrical-coordinate representation of color #54129A: hue angle of 269.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54129A is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 18 154 -
CMYK 0.45 0.88 0 0.40
HSL 269.12º 0.79% 0.34% -
HSV(B) 269.12º 0.88% 0.6% -
XYZ 9.71 4.65 30.96 -
YUV 53.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 84 18 154 0.45 0.88 0 0.40 269.12 0.79 0.34
Hex 54 12 9A 2D 58 0 28 10D 4F 22
Octal 124 22 232 55 130 0 50 415 117 42
Binary 1010100 10010 10011010 101101 1011000 0 101000 100001101 1001111 100010

Color Harmonies of #54129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54129A

Black with #54129A

Text Example


Text Example

White with #54129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54129A; }

 p { color: rgb(84,18,154); }

 H1.HeaderClassName
 {
   color: #54129A;
 }
 .AnyTagClassName
 {
   color: #54129A;
 }
</style>

background-color css

<style>
 a { background-color: #54129A; }

 a { background-color: rgb(84,18,154); }

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

border-color css

<style>
 span { border-color: #54129A; }

 span { border-color: rgb(84,18,154); }

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