Html Css Color HEX #54159C Indigo

📋 copy color: '#54159C'

red 84 ◦ green 21 ◦ blue 156

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

Shades of Indigo #54159C

Tints of Indigo #54159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 32.18%
G = 8.05%
B = 59.77%

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

#54159C (or 0x54159C) is known color: Indigo. HEX triplet: 54, 15 and 9C. RGB value is (84,21,156). Sum of RGB (Red+Green+Blue) = 84+21+156=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #54159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54159C is #ABEA63. Grayscale: #363636. Windows color (decimal): -11266660 or 10229076. OLE color: 10229076.

HSL color Cylindrical-coordinate representation of color #54159C: hue angle of 268º degrees, saturation: 0.76, 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 #54159C is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 21 156 -
CMYK 0.46 0.87 0 0.39
HSL 268º 0.76% 0.35% -
HSV(B) 268º 0.87% 0.61% -
XYZ 9.93 4.82 31.86 -
YUV 55.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 84 21 156 0.46 0.87 0 0.39 268 0.76 0.35
Hex 54 15 9C 2E 57 0 27 10C 4C 23
Octal 124 25 234 56 127 0 47 414 114 43
Binary 1010100 10101 10011100 101110 1010111 0 100111 100001100 1001100 100011

Color Harmonies of #54159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54159C

Black with #54159C

Text Example


Text Example

White with #54159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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