Html Css Color HEX #54197C Indigo

📋 copy color: '#54197C'

red 84 ◦ green 25 ◦ blue 124

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

Shades of Indigo #54197C

Tints of Indigo #54197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 36.05%
G = 10.73%
B = 53.22%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54197C (or 0x54197C) is known color: Indigo. HEX triplet: 54, 19 and 7C. RGB value is (84,25,124). Sum of RGB (Red+Green+Blue) = 84+25+124=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #54197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54197C is #ABE683. Grayscale: #353535. Windows color (decimal): -11265668 or 8132948. OLE color: 8132948.

HSL color Cylindrical-coordinate representation of color #54197C: hue angle of 275.76º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54197C is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 25 124 -
CMYK 0.32 0.80 0 0.51
HSL 275.76º 0.66% 0.29% -
HSV(B) 275.76º 0.8% 0.49% -
XYZ 7.64 4.04 19.44 -
YUV 53.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 84 25 124 0.32 0.80 0 0.51 275.76 0.66 0.29
Hex 54 19 7C 20 50 0 33 114 42 1D
Octal 124 31 174 40 120 0 63 424 102 35
Binary 1010100 11001 1111100 100000 1010000 0 110011 100010100 1000010 11101

Color Harmonies of #54197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54197C

Black with #54197C

Text Example


Text Example

White with #54197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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