Html Css Color HEX #540885 Indigo

📋 copy color: '#540885'

red 84 ◦ green 8 ◦ blue 133

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

Shades of Indigo #540885

Tints of Indigo #540885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 37.33%
G = 3.56%
B = 59.11%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540885 (or 0x540885) is known color: Indigo. HEX triplet: 54, 08 and 85. RGB value is (84,8,133). Sum of RGB (Red+Green+Blue) = 84+8+133=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #540885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540885 is #ABF77A. Grayscale: #2C2C2C. Windows color (decimal): -11270011 or 8718420. OLE color: 8718420.

HSL color Cylindrical-coordinate representation of color #540885: hue angle of 276.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540885 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 8 133 -
CMYK 0.37 0.94 0 0.48
HSL 276.48º 0.89% 0.28% -
HSV(B) 276.48º 0.94% 0.52% -
XYZ 7.98 3.75 22.49 -
YUV 44.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 84 8 133 0.37 0.94 0 0.48 276.48 0.89 0.28
Hex 54 8 85 25 5E 0 30 114 59 1C
Octal 124 10 205 45 136 0 60 424 131 34
Binary 1010100 1000 10000101 100101 1011110 0 110000 100010100 1011001 11100

Color Harmonies of #540885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540885

Black with #540885

Text Example


Text Example

White with #540885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540885; }

 p { color: rgb(84,8,133); }

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

background-color css

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

 a { background-color: rgb(84,8,133); }

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

border-color css

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

 span { border-color: rgb(84,8,133); }

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