Html Css Color HEX #540989 Indigo

📋 copy color: '#540989'

red 84 ◦ green 9 ◦ blue 137

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

Shades of Indigo #540989

Tints of Indigo #540989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 36.52%
G = 3.91%
B = 59.57%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#540989 (or 0x540989) is known color: Indigo. HEX triplet: 54, 09 and 89. RGB value is (84,9,137). Sum of RGB (Red+Green+Blue) = 84+9+137=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #540989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540989 is #ABF676. Grayscale: #2D2D2D. Windows color (decimal): -11269751 or 8980820. OLE color: 8980820.

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

Color convert

RGB 84 9 137 -
CMYK 0.39 0.93 0 0.46
HSL 275.16º 0.88% 0.29% -
HSV(B) 275.16º 0.93% 0.54% -
XYZ 8.27 3.89 23.98 -
YUV 46.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 84 9 137 0.39 0.93 0 0.46 275.16 0.88 0.29
Hex 54 9 89 27 5D 0 2E 113 58 1D
Octal 124 11 211 47 135 0 56 423 130 35
Binary 1010100 1001 10001001 100111 1011101 0 101110 100010011 1011000 11101

Color Harmonies of #540989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540989

Black with #540989

Text Example


Text Example

White with #540989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540989; }

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

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

background-color css

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

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

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

border-color css

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

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

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