Html Css Color HEX #541383 Indigo

📋 copy color: '#541383'

red 84 ◦ green 19 ◦ blue 131

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

Shades of Indigo #541383

Tints of Indigo #541383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 35.9%
G = 8.12%
B = 55.98%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#541383 (or 0x541383) is known color: Indigo. HEX triplet: 54, 13 and 83. RGB value is (84,19,131). Sum of RGB (Red+Green+Blue) = 84+19+131=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #541383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541383 is #ABEC7C. Grayscale: #323232. Windows color (decimal): -11267197 or 8590164. OLE color: 8590164.

HSL color Cylindrical-coordinate representation of color #541383: hue angle of 274.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541383 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 19 131 -
CMYK 0.36 0.85 0 0.49
HSL 274.82º 0.75% 0.29% -
HSV(B) 274.82º 0.85% 0.51% -
XYZ 7.99 3.99 21.82 -
YUV 51.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 84 19 131 0.36 0.85 0 0.49 274.82 0.75 0.29
Hex 54 13 83 24 55 0 31 113 4B 1D
Octal 124 23 203 44 125 0 61 423 113 35
Binary 1010100 10011 10000011 100100 1010101 0 110001 100010011 1001011 11101

Color Harmonies of #541383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541383

Black with #541383

Text Example


Text Example

White with #541383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541383; }

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

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

background-color css

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

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

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

border-color css

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

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

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