Html Css Color HEX #54129F Indigo

📋 copy color: '#54129F'

red 84 ◦ green 18 ◦ blue 159

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

Shades of Indigo #54129F

Tints of Indigo #54129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 32.18%
G = 6.9%
B = 60.92%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54129F (or 0x54129F) is known color: Indigo. HEX triplet: 54, 12 and 9F. RGB value is (84,18,159). Sum of RGB (Red+Green+Blue) = 84+18+159=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #54129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54129F is #ABED60. Grayscale: #353535. Windows color (decimal): -11267425 or 10424916. OLE color: 10424916.

HSL color Cylindrical-coordinate representation of color #54129F: hue angle of 268.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54129F is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 18 159 -
CMYK 0.47 0.89 0 0.38
HSL 268.09º 0.8% 0.35% -
HSV(B) 268.09º 0.89% 0.62% -
XYZ 10.13 4.82 33.2 -
YUV 53.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 84 18 159 0.47 0.89 0 0.38 268.09 0.8 0.35
Hex 54 12 9F 2F 59 0 26 10C 50 23
Octal 124 22 237 57 131 0 46 414 120 43
Binary 1010100 10010 10011111 101111 1011001 0 100110 100001100 1010000 100011

Color Harmonies of #54129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54129F

Black with #54129F

Text Example


Text Example

White with #54129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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