Html Css Color HEX #541183 Indigo

📋 copy color: '#541183'

red 84 ◦ green 17 ◦ blue 131

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

Shades of Indigo #541183

Tints of Indigo #541183

RGB

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

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

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

R = 36.21%
G = 7.33%
B = 56.47%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#541183 (or 0x541183) is known color: Indigo. HEX triplet: 54, 11 and 83. RGB value is (84,17,131). Sum of RGB (Red+Green+Blue) = 84+17+131=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #541183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541183 is #ABEE7C. Grayscale: #313131. Windows color (decimal): -11267709 or 8589652. OLE color: 8589652.

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

Color convert

RGB 84 17 131 -
CMYK 0.36 0.87 0 0.49
HSL 275.26º 0.77% 0.29% -
HSV(B) 275.26º 0.87% 0.51% -
XYZ 7.95 3.92 21.81 -
YUV 50.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 84 17 131 0.36 0.87 0 0.49 275.26 0.77 0.29
Hex 54 11 83 24 57 0 31 113 4D 1D
Octal 124 21 203 44 127 0 61 423 115 35
Binary 1010100 10001 10000011 100100 1010111 0 110001 100010011 1001101 11101

Color Harmonies of #541183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541183

Black with #541183

Text Example


Text Example

White with #541183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541183; }

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

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

background-color css

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

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

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

border-color css

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

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

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