Html Css Color HEX #540287 Indigo

📋 copy color: '#540287'

red 84 ◦ green 2 ◦ blue 135

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

Shades of Indigo #540287

Tints of Indigo #540287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 38.01%
G = 0.9%
B = 61.09%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540287 (or 0x540287) is known color: Indigo. HEX triplet: 54, 02 and 87. RGB value is (84,2,135). Sum of RGB (Red+Green+Blue) = 84+2+135=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #540287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540287 is #ABFD78. Grayscale: #292929. Windows color (decimal): -11271545 or 8847956. OLE color: 8847956.

HSL color Cylindrical-coordinate representation of color #540287: hue angle of 276.99º 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 #540287 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 2 135 -
CMYK 0.38 0.99 0 0.47
HSL 276.99º 0.97% 0.27% -
HSV(B) 276.99º 0.99% 0.53% -
XYZ 8.05 3.68 23.21 -
YUV 41.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 84 2 135 0.38 0.99 0 0.47 276.99 0.97 0.27
Hex 54 2 87 26 63 0 2F 115 61 1B
Octal 124 2 207 46 143 0 57 425 141 33
Binary 1010100 10 10000111 100110 1100011 0 101111 100010101 1100001 11011

Color Harmonies of #540287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540287

Black with #540287

Text Example


Text Example

White with #540287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540287; }

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

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

background-color css

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

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

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

border-color css

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

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

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