Html Css Color HEX #541798 Indigo

📋 copy color: '#541798'

red 84 ◦ green 23 ◦ blue 152

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

Shades of Indigo #541798

Tints of Indigo #541798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 152 (59.77% from 255) = 58.69%

R = 32.43%
G = 8.88%
B = 58.69%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#541798 (or 0x541798) is known color: Indigo. HEX triplet: 54, 17 and 98. RGB value is (84,23,152). Sum of RGB (Red+Green+Blue) = 84+23+152=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #541798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541798 is #ABE867. Grayscale: #373737. Windows color (decimal): -11266152 or 9967444. OLE color: 9967444.

HSL color Cylindrical-coordinate representation of color #541798: hue angle of 268.37º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541798 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 23 152 -
CMYK 0.45 0.85 0 0.40
HSL 268.37º 0.74% 0.34% -
HSV(B) 268.37º 0.85% 0.6% -
XYZ 9.63 4.76 30.12 -
YUV 55.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 84 23 152 0.45 0.85 0 0.40 268.37 0.74 0.34
Hex 54 17 98 2D 55 0 28 10C 4A 22
Octal 124 27 230 55 125 0 50 414 112 42
Binary 1010100 10111 10011000 101101 1010101 0 101000 100001100 1001010 100010

Color Harmonies of #541798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541798

Black with #541798

Text Example


Text Example

White with #541798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541798; }

 p { color: rgb(84,23,152); }

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

background-color css

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

 a { background-color: rgb(84,23,152); }

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

border-color css

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

 span { border-color: rgb(84,23,152); }

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