Html Css Color HEX #54199C Indigo

📋 copy color: '#54199C'

red 84 ◦ green 25 ◦ blue 156

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

Shades of Indigo #54199C

Tints of Indigo #54199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 31.7%
G = 9.43%
B = 58.87%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54199C (or 0x54199C) is known color: Indigo. HEX triplet: 54, 19 and 9C. RGB value is (84,25,156). Sum of RGB (Red+Green+Blue) = 84+25+156=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #54199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54199C is #ABE663. Grayscale: #393939. Windows color (decimal): -11265636 or 10230100. OLE color: 10230100.

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

Color convert

RGB 84 25 156 -
CMYK 0.46 0.84 0 0.39
HSL 267.02º 0.72% 0.35% -
HSV(B) 267.02º 0.84% 0.61% -
XYZ 10 4.98 31.89 -
YUV 57.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 84 25 156 0.46 0.84 0 0.39 267.02 0.72 0.35
Hex 54 19 9C 2E 54 0 27 10B 48 23
Octal 124 31 234 56 124 0 47 413 110 43
Binary 1010100 11001 10011100 101110 1010100 0 100111 100001011 1001000 100011

Color Harmonies of #54199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54199C

Black with #54199C

Text Example


Text Example

White with #54199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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