Html Css Color HEX #541375 Indigo

📋 copy color: '#541375'

red 84 ◦ green 19 ◦ blue 117

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

Shades of Indigo #541375

Tints of Indigo #541375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 38.18%
G = 8.64%
B = 53.18%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#541375 (or 0x541375) is known color: Indigo. HEX triplet: 54, 13 and 75. RGB value is (84,19,117). Sum of RGB (Red+Green+Blue) = 84+19+117=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #541375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541375 is #ABEC8A. Grayscale: #313131. Windows color (decimal): -11267211 or 7672660. OLE color: 7672660.

HSL color Cylindrical-coordinate representation of color #541375: hue angle of 279.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541375 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 19 117 -
CMYK 0.28 0.84 0 0.54
HSL 279.8º 0.72% 0.27% -
HSV(B) 279.8º 0.84% 0.46% -
XYZ 7.1 3.63 17.16 -
YUV 49.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 84 19 117 0.28 0.84 0 0.54 279.8 0.72 0.27
Hex 54 13 75 1C 54 0 36 118 48 1B
Octal 124 23 165 34 124 0 66 430 110 33
Binary 1010100 10011 1110101 11100 1010100 0 110110 100011000 1001000 11011

Color Harmonies of #541375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541375

Black with #541375

Text Example


Text Example

White with #541375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541375; }

 p { color: rgb(84,19,117); }

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

background-color css

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

 a { background-color: rgb(84,19,117); }

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

border-color css

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

 span { border-color: rgb(84,19,117); }

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