Html Css Color HEX #540286 Indigo

📋 copy color: '#540286'

red 84 ◦ green 2 ◦ blue 134

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

Shades of Indigo #540286

Tints of Indigo #540286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 38.18%
G = 0.91%
B = 60.91%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540286 (or 0x540286) is known color: Indigo. HEX triplet: 54, 02 and 86. RGB value is (84,2,134). Sum of RGB (Red+Green+Blue) = 84+2+134=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #540286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540286 is #ABFD79. Grayscale: #292929. Windows color (decimal): -11271546 or 8782420. OLE color: 8782420.

HSL color Cylindrical-coordinate representation of color #540286: hue angle of 277.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540286 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 2 134 -
CMYK 0.37 0.99 0 0.47
HSL 277.27º 0.97% 0.27% -
HSV(B) 277.27º 0.99% 0.53% -
XYZ 7.98 3.65 22.84 -
YUV 41.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 84 2 134 0.37 0.99 0 0.47 277.27 0.97 0.27
Hex 54 2 86 25 63 0 2F 115 61 1B
Octal 124 2 206 45 143 0 57 425 141 33
Binary 1010100 10 10000110 100101 1100011 0 101111 100010101 1100001 11011

Color Harmonies of #540286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540286

Black with #540286

Text Example


Text Example

White with #540286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540286; }

 p { color: rgb(84,2,134); }

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

background-color css

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

 a { background-color: rgb(84,2,134); }

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

border-color css

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

 span { border-color: rgb(84,2,134); }

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