Html Css Color HEX #540382 Indigo

📋 copy color: '#540382'

red 84 ◦ green 3 ◦ blue 130

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

Shades of Indigo #540382

Tints of Indigo #540382

RGB

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

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

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

R = 38.71%
G = 1.38%
B = 59.91%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540382 (or 0x540382) is known color: Indigo. HEX triplet: 54, 03 and 82. RGB value is (84,3,130). Sum of RGB (Red+Green+Blue) = 84+3+130=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #540382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540382 is #ABFC7D. Grayscale: #292929. Windows color (decimal): -11271294 or 8520532. OLE color: 8520532.

HSL color Cylindrical-coordinate representation of color #540382: hue angle of 278.27º degrees, saturation: 0.95, 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 #540382 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 3 130 -
CMYK 0.35 0.98 0 0.49
HSL 278.27º 0.95% 0.26% -
HSV(B) 278.27º 0.98% 0.51% -
XYZ 7.72 3.56 21.4 -
YUV 41.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 84 3 130 0.35 0.98 0 0.49 278.27 0.95 0.26
Hex 54 3 82 23 62 0 31 116 5F 1A
Octal 124 3 202 43 142 0 61 426 137 32
Binary 1010100 11 10000010 100011 1100010 0 110001 100010110 1011111 11010

Color Harmonies of #540382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540382

Black with #540382

Text Example


Text Example

White with #540382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540382; }

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

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

background-color css

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

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

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

border-color css

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

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

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