Html Css Color HEX #540687 Indigo

📋 copy color: '#540687'

red 84 ◦ green 6 ◦ blue 135

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

Shades of Indigo #540687

Tints of Indigo #540687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 37.33%
G = 2.67%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540687 (or 0x540687) is known color: Indigo. HEX triplet: 54, 06 and 87. RGB value is (84,6,135). Sum of RGB (Red+Green+Blue) = 84+6+135=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #540687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540687 is #ABF978. Grayscale: #2B2B2B. Windows color (decimal): -11270521 or 8848980. OLE color: 8848980.

HSL color Cylindrical-coordinate representation of color #540687: hue angle of 276.28º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540687 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 6 135 -
CMYK 0.38 0.96 0 0.47
HSL 276.28º 0.91% 0.28% -
HSV(B) 276.28º 0.96% 0.53% -
XYZ 8.09 3.76 23.22 -
YUV 44.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 84 6 135 0.38 0.96 0 0.47 276.28 0.91 0.28
Hex 54 6 87 26 60 0 2F 114 5B 1C
Octal 124 6 207 46 140 0 57 424 133 34
Binary 1010100 110 10000111 100110 1100000 0 101111 100010100 1011011 11100

Color Harmonies of #540687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540687

Black with #540687

Text Example


Text Example

White with #540687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540687; }

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

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

background-color css

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

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

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

border-color css

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

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

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