Html Css Color HEX #540285 Indigo

📋 copy color: '#540285'

red 84 ◦ green 2 ◦ blue 133

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

Shades of Indigo #540285

Tints of Indigo #540285

RGB

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

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

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

R = 38.36%
G = 0.91%
B = 60.73%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540285 (or 0x540285) is known color: Indigo. HEX triplet: 54, 02 and 85. RGB value is (84,2,133). Sum of RGB (Red+Green+Blue) = 84+2+133=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #540285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540285 is #ABFD7A. Grayscale: #292929. Windows color (decimal): -11271547 or 8716884. OLE color: 8716884.

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

Color convert

RGB 84 2 133 -
CMYK 0.37 0.98 0 0.48
HSL 277.56º 0.97% 0.26% -
HSV(B) 277.56º 0.98% 0.52% -
XYZ 7.91 3.62 22.47 -
YUV 41.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 84 2 133 0.37 0.98 0 0.48 277.56 0.97 0.26
Hex 54 2 85 25 62 0 30 116 61 1A
Octal 124 2 205 45 142 0 60 426 141 32
Binary 1010100 10 10000101 100101 1100010 0 110000 100010110 1100001 11010

Color Harmonies of #540285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540285

Black with #540285

Text Example


Text Example

White with #540285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540285; }

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

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

background-color css

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

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

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

border-color css

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

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

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