Html Css Color HEX #54198B Indigo

📋 copy color: '#54198B'

red 84 ◦ green 25 ◦ blue 139

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

Shades of Indigo #54198B

Tints of Indigo #54198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 33.87%
G = 10.08%
B = 56.05%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54198B (or 0x54198B) is known color: Indigo. HEX triplet: 54, 19 and 8B. RGB value is (84,25,139). Sum of RGB (Red+Green+Blue) = 84+25+139=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #54198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54198B is #ABE674. Grayscale: #373737. Windows color (decimal): -11265653 or 9115988. OLE color: 9115988.

HSL color Cylindrical-coordinate representation of color #54198B: hue angle of 271.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54198B is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 25 139 -
CMYK 0.40 0.82 0 0.45
HSL 271.05º 0.7% 0.32% -
HSV(B) 271.05º 0.82% 0.55% -
XYZ 8.66 4.44 24.83 -
YUV 55.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 84 25 139 0.40 0.82 0 0.45 271.05 0.7 0.32
Hex 54 19 8B 28 52 0 2D 10F 46 20
Octal 124 31 213 50 122 0 55 417 106 40
Binary 1010100 11001 10001011 101000 1010010 0 101101 100001111 1000110 100000

Color Harmonies of #54198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54198B

Black with #54198B

Text Example


Text Example

White with #54198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54198B; }

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

 H1.HeaderClassName
 {
   color: #54198B;
 }
 .AnyTagClassName
 {
   color: #54198B;
 }
</style>

background-color css

<style>
 a { background-color: #54198B; }

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

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

border-color css

<style>
 span { border-color: #54198B; }

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

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