Html Css Color HEX #540789 Indigo

📋 copy color: '#540789'

red 84 ◦ green 7 ◦ blue 137

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

Shades of Indigo #540789

Tints of Indigo #540789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 36.84%
G = 3.07%
B = 60.09%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#540789 (or 0x540789) is known color: Indigo. HEX triplet: 54, 07 and 89. RGB value is (84,7,137). Sum of RGB (Red+Green+Blue) = 84+7+137=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #540789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540789 is #ABF876. Grayscale: #2C2C2C. Windows color (decimal): -11270263 or 8980308. OLE color: 8980308.

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

Color convert

RGB 84 7 137 -
CMYK 0.39 0.95 0 0.46
HSL 275.54º 0.9% 0.28% -
HSV(B) 275.54º 0.95% 0.54% -
XYZ 8.25 3.84 23.97 -
YUV 44.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 84 7 137 0.39 0.95 0 0.46 275.54 0.9 0.28
Hex 54 7 89 27 5F 0 2E 114 5A 1C
Octal 124 7 211 47 137 0 56 424 132 34
Binary 1010100 111 10001001 100111 1011111 0 101110 100010100 1011010 11100

Color Harmonies of #540789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540789

Black with #540789

Text Example


Text Example

White with #540789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540789; }

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

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

background-color css

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

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

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

border-color css

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

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

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