Html Css Color HEX #541283 Indigo

📋 copy color: '#541283'

red 84 ◦ green 18 ◦ blue 131

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

Shades of Indigo #541283

Tints of Indigo #541283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 36.05%
G = 7.73%
B = 56.22%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#541283 (or 0x541283) is known color: Indigo. HEX triplet: 54, 12 and 83. RGB value is (84,18,131). Sum of RGB (Red+Green+Blue) = 84+18+131=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #541283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541283 is #ABED7C. Grayscale: #323232. Windows color (decimal): -11267453 or 8589908. OLE color: 8589908.

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

Color convert

RGB 84 18 131 -
CMYK 0.36 0.86 0 0.49
HSL 275.04º 0.76% 0.29% -
HSV(B) 275.04º 0.86% 0.51% -
XYZ 7.97 3.96 21.82 -
YUV 50.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 84 18 131 0.36 0.86 0 0.49 275.04 0.76 0.29
Hex 54 12 83 24 56 0 31 113 4C 1D
Octal 124 22 203 44 126 0 61 423 114 35
Binary 1010100 10010 10000011 100100 1010110 0 110001 100010011 1001100 11101

Color Harmonies of #541283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541283

Black with #541283

Text Example


Text Example

White with #541283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541283; }

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

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

background-color css

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

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

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

border-color css

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

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

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