Html Css Color HEX #540788 Indigo

📋 copy color: '#540788'

red 84 ◦ green 7 ◦ blue 136

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

Shades of Indigo #540788

Tints of Indigo #540788

RGB

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

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

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

R = 37%
G = 3.08%
B = 59.91%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540788 (or 0x540788) is known color: Indigo. HEX triplet: 54, 07 and 88. RGB value is (84,7,136). Sum of RGB (Red+Green+Blue) = 84+7+136=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #540788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540788 is #ABF877. Grayscale: #2C2C2C. Windows color (decimal): -11270264 or 8914772. OLE color: 8914772.

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

Color convert

RGB 84 7 136 -
CMYK 0.38 0.95 0 0.47
HSL 275.81º 0.9% 0.28% -
HSV(B) 275.81º 0.95% 0.53% -
XYZ 8.18 3.81 23.6 -
YUV 44.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 84 7 136 0.38 0.95 0 0.47 275.81 0.9 0.28
Hex 54 7 88 26 5F 0 2F 114 5A 1C
Octal 124 7 210 46 137 0 57 424 132 34
Binary 1010100 111 10001000 100110 1011111 0 101111 100010100 1011010 11100

Color Harmonies of #540788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540788

Black with #540788

Text Example


Text Example

White with #540788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540788; }

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

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

background-color css

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

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

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

border-color css

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

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

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