Html Css Color HEX #541069 Indigo

📋 copy color: '#541069'

red 84 ◦ green 16 ◦ blue 105

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

Shades of Indigo #541069

Tints of Indigo #541069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 40.98%
G = 7.8%
B = 51.22%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541069 (or 0x541069) is known color: Indigo. HEX triplet: 54, 10 and 69. RGB value is (84,16,105). Sum of RGB (Red+Green+Blue) = 84+16+105=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #541069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541069 is #ABEF96. Grayscale: #2E2E2E. Windows color (decimal): -11267991 or 6885460. OLE color: 6885460.

HSL color Cylindrical-coordinate representation of color #541069: hue angle of 285.84º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541069 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 16 105 -
CMYK 0.20 0.85 0 0.59
HSL 285.84º 0.74% 0.24% -
HSV(B) 285.84º 0.85% 0.41% -
XYZ 6.39 3.28 13.66 -
YUV 46.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 84 16 105 0.20 0.85 0 0.59 285.84 0.74 0.24
Hex 54 10 69 14 55 0 3B 11E 4A 18
Octal 124 20 151 24 125 0 73 436 112 30
Binary 1010100 10000 1101001 10100 1010101 0 111011 100011110 1001010 11000

Color Harmonies of #541069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541069

Black with #541069

Text Example


Text Example

White with #541069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541069; }

 p { color: rgb(84,16,105); }

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

background-color css

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

 a { background-color: rgb(84,16,105); }

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

border-color css

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

 span { border-color: rgb(84,16,105); }

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