Html Css Color HEX #540988 Indigo

📋 copy color: '#540988'

red 84 ◦ green 9 ◦ blue 136

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

Shades of Indigo #540988

Tints of Indigo #540988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 36.68%
G = 3.93%
B = 59.39%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540988 (or 0x540988) is known color: Indigo. HEX triplet: 54, 09 and 88. RGB value is (84,9,136). Sum of RGB (Red+Green+Blue) = 84+9+136=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #540988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540988 is #ABF677. Grayscale: #2D2D2D. Windows color (decimal): -11269752 or 8915284. OLE color: 8915284.

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

Color convert

RGB 84 9 136 -
CMYK 0.38 0.93 0 0.47
HSL 275.43º 0.88% 0.28% -
HSV(B) 275.43º 0.93% 0.53% -
XYZ 8.2 3.86 23.61 -
YUV 45.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 84 9 136 0.38 0.93 0 0.47 275.43 0.88 0.28
Hex 54 9 88 26 5D 0 2F 113 58 1C
Octal 124 11 210 46 135 0 57 423 130 34
Binary 1010100 1001 10001000 100110 1011101 0 101111 100010011 1011000 11100

Color Harmonies of #540988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540988

Black with #540988

Text Example


Text Example

White with #540988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540988; }

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

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

background-color css

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

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

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

border-color css

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

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

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