Html Css Color HEX #541170 Indigo

📋 copy color: '#541170'

red 84 ◦ green 17 ◦ blue 112

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

Shades of Indigo #541170

Tints of Indigo #541170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 39.44%
G = 7.98%
B = 52.58%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541170 (or 0x541170) is known color: Indigo. HEX triplet: 54, 11 and 70. RGB value is (84,17,112). Sum of RGB (Red+Green+Blue) = 84+17+112=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #541170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541170 is #ABEE8F. Grayscale: #2F2F2F. Windows color (decimal): -11267728 or 7344468. OLE color: 7344468.

HSL color Cylindrical-coordinate representation of color #541170: hue angle of 282.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541170 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 17 112 -
CMYK 0.25 0.85 0 0.56
HSL 282.32º 0.74% 0.25% -
HSV(B) 282.32º 0.85% 0.44% -
XYZ 6.78 3.46 15.64 -
YUV 47.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 84 17 112 0.25 0.85 0 0.56 282.32 0.74 0.25
Hex 54 11 70 19 55 0 38 11A 4A 19
Octal 124 21 160 31 125 0 70 432 112 31
Binary 1010100 10001 1110000 11001 1010101 0 111000 100011010 1001010 11001

Color Harmonies of #541170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541170

Black with #541170

Text Example


Text Example

White with #541170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541170; }

 p { color: rgb(84,17,112); }

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

background-color css

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

 a { background-color: rgb(84,17,112); }

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

border-color css

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

 span { border-color: rgb(84,17,112); }

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