Html Css Color HEX #54139D Indigo

📋 copy color: '#54139D'

red 84 ◦ green 19 ◦ blue 157

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

Shades of Indigo #54139D

Tints of Indigo #54139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 32.31%
G = 7.31%
B = 60.38%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54139D (or 0x54139D) is known color: Indigo. HEX triplet: 54, 13 and 9D. RGB value is (84,19,157). Sum of RGB (Red+Green+Blue) = 84+19+157=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #54139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54139D is #ABEC62. Grayscale: #353535. Windows color (decimal): -11267171 or 10294100. OLE color: 10294100.

HSL color Cylindrical-coordinate representation of color #54139D: hue angle of 268.26º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54139D is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 19 157 -
CMYK 0.46 0.88 0 0.38
HSL 268.26º 0.78% 0.35% -
HSV(B) 268.26º 0.88% 0.62% -
XYZ 9.97 4.78 32.3 -
YUV 54.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 84 19 157 0.46 0.88 0 0.38 268.26 0.78 0.35
Hex 54 13 9D 2E 58 0 26 10C 4E 23
Octal 124 23 235 56 130 0 46 414 116 43
Binary 1010100 10011 10011101 101110 1011000 0 100110 100001100 1001110 100011

Color Harmonies of #54139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54139D

Black with #54139D

Text Example


Text Example

White with #54139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54139D; }

 p { color: rgb(84,19,157); }

 H1.HeaderClassName
 {
   color: #54139D;
 }
 .AnyTagClassName
 {
   color: #54139D;
 }
</style>

background-color css

<style>
 a { background-color: #54139D; }

 a { background-color: rgb(84,19,157); }

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

border-color css

<style>
 span { border-color: #54139D; }

 span { border-color: rgb(84,19,157); }

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