Html Css Color HEX #540288 Indigo

📋 copy color: '#540288'

red 84 ◦ green 2 ◦ blue 136

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

Shades of Indigo #540288

Tints of Indigo #540288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 37.84%
G = 0.9%
B = 61.26%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540288 (or 0x540288) is known color: Indigo. HEX triplet: 54, 02 and 88. RGB value is (84,2,136). Sum of RGB (Red+Green+Blue) = 84+2+136=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #540288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540288 is #ABFD77. Grayscale: #292929. Windows color (decimal): -11271544 or 8913492. OLE color: 8913492.

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

Color convert

RGB 84 2 136 -
CMYK 0.38 0.99 0 0.47
HSL 276.72º 0.97% 0.27% -
HSV(B) 276.72º 0.99% 0.53% -
XYZ 8.12 3.71 23.58 -
YUV 41.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 84 2 136 0.38 0.99 0 0.47 276.72 0.97 0.27
Hex 54 2 88 26 63 0 2F 115 61 1B
Octal 124 2 210 46 143 0 57 425 141 33
Binary 1010100 10 10001000 100110 1100011 0 101111 100010101 1100001 11011

Color Harmonies of #540288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540288

Black with #540288

Text Example


Text Example

White with #540288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540288; }

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

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

background-color css

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

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

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

border-color css

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

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

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