Html Css Color HEX #541782 Indigo

📋 copy color: '#541782'

red 84 ◦ green 23 ◦ blue 130

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

Shades of Indigo #541782

Tints of Indigo #541782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 35.44%
G = 9.7%
B = 54.85%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#541782 (or 0x541782) is known color: Indigo. HEX triplet: 54, 17 and 82. RGB value is (84,23,130). Sum of RGB (Red+Green+Blue) = 84+23+130=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #541782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541782 is #ABE87D. Grayscale: #353535. Windows color (decimal): -11266174 or 8525652. OLE color: 8525652.

HSL color Cylindrical-coordinate representation of color #541782: hue angle of 274.21º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541782 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 23 130 -
CMYK 0.35 0.82 0 0.49
HSL 274.21º 0.7% 0.3% -
HSV(B) 274.21º 0.82% 0.51% -
XYZ 7.99 4.11 21.49 -
YUV 53.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 84 23 130 0.35 0.82 0 0.49 274.21 0.7 0.3
Hex 54 17 82 23 52 0 31 112 46 1E
Octal 124 27 202 43 122 0 61 422 106 36
Binary 1010100 10111 10000010 100011 1010010 0 110001 100010010 1000110 11110

Color Harmonies of #541782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541782

Black with #541782

Text Example


Text Example

White with #541782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541782; }

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

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

background-color css

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

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

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

border-color css

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

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

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