Html Css Color HEX #540887 Indigo

📋 copy color: '#540887'

red 84 ◦ green 8 ◦ blue 135

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

Shades of Indigo #540887

Tints of Indigo #540887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 37%
G = 3.52%
B = 59.47%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540887 (or 0x540887) is known color: Indigo. HEX triplet: 54, 08 and 87. RGB value is (84,8,135). Sum of RGB (Red+Green+Blue) = 84+8+135=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #540887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540887 is #ABF778. Grayscale: #2C2C2C. Windows color (decimal): -11270009 or 8849492. OLE color: 8849492.

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

Color convert

RGB 84 8 135 -
CMYK 0.38 0.94 0 0.47
HSL 275.91º 0.89% 0.28% -
HSV(B) 275.91º 0.94% 0.53% -
XYZ 8.12 3.81 23.23 -
YUV 45.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 84 8 135 0.38 0.94 0 0.47 275.91 0.89 0.28
Hex 54 8 87 26 5E 0 2F 114 59 1C
Octal 124 10 207 46 136 0 57 424 131 34
Binary 1010100 1000 10000111 100110 1011110 0 101111 100010100 1011001 11100

Color Harmonies of #540887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540887

Black with #540887

Text Example


Text Example

White with #540887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540887; }

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

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

background-color css

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

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

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

border-color css

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

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

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