Html Css Color HEX #540889 Indigo

📋 copy color: '#540889'

red 84 ◦ green 8 ◦ blue 137

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

Shades of Indigo #540889

Tints of Indigo #540889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.83%

R = 36.68%
G = 3.49%
B = 59.83%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#540889 (or 0x540889) is known color: Indigo. HEX triplet: 54, 08 and 89. RGB value is (84,8,137). Sum of RGB (Red+Green+Blue) = 84+8+137=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #540889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540889 is #ABF776. Grayscale: #2C2C2C. Windows color (decimal): -11270007 or 8980564. OLE color: 8980564.

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

Color convert

RGB 84 8 137 -
CMYK 0.39 0.94 0 0.46
HSL 275.35º 0.89% 0.28% -
HSV(B) 275.35º 0.94% 0.54% -
XYZ 8.26 3.86 23.98 -
YUV 45.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 84 8 137 0.39 0.94 0 0.46 275.35 0.89 0.28
Hex 54 8 89 27 5E 0 2E 113 59 1C
Octal 124 10 211 47 136 0 56 423 131 34
Binary 1010100 1000 10001001 100111 1011110 0 101110 100010011 1011001 11100

Color Harmonies of #540889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540889

Black with #540889

Text Example


Text Example

White with #540889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540889; }

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

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

background-color css

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

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

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

border-color css

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

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

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