Html Css Color HEX #540383 Indigo

📋 copy color: '#540383'

red 84 ◦ green 3 ◦ blue 131

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

Shades of Indigo #540383

Tints of Indigo #540383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 38.53%
G = 1.38%
B = 60.09%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540383 (or 0x540383) is known color: Indigo. HEX triplet: 54, 03 and 83. RGB value is (84,3,131). Sum of RGB (Red+Green+Blue) = 84+3+131=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #540383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540383 is #ABFC7C. Grayscale: #292929. Windows color (decimal): -11271293 or 8586068. OLE color: 8586068.

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

Color convert

RGB 84 3 131 -
CMYK 0.36 0.98 0 0.49
HSL 277.97º 0.96% 0.26% -
HSV(B) 277.97º 0.98% 0.51% -
XYZ 7.79 3.59 21.76 -
YUV 41.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 84 3 131 0.36 0.98 0 0.49 277.97 0.96 0.26
Hex 54 3 83 24 62 0 31 116 60 1A
Octal 124 3 203 44 142 0 61 426 140 32
Binary 1010100 11 10000011 100100 1100010 0 110001 100010110 1100000 11010

Color Harmonies of #540383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540383

Black with #540383

Text Example


Text Example

White with #540383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540383; }

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

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

background-color css

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

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

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

border-color css

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

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

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