Html Css Color HEX #540185 Indigo

📋 copy color: '#540185'

red 84 ◦ green 1 ◦ blue 133

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

Shades of Indigo #540185

Tints of Indigo #540185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 38.53%
G = 0.46%
B = 61.01%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540185 (or 0x540185) is known color: Indigo. HEX triplet: 54, 01 and 85. RGB value is (84,1,133). Sum of RGB (Red+Green+Blue) = 84+1+133=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #540185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540185 is #ABFE7A. Grayscale: #282828. Windows color (decimal): -11271803 or 8716628. OLE color: 8716628.

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

Color convert

RGB 84 1 133 -
CMYK 0.37 0.99 0 0.48
HSL 277.73º 0.99% 0.26% -
HSV(B) 277.73º 0.99% 0.52% -
XYZ 7.9 3.6 22.47 -
YUV 40.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 84 1 133 0.37 0.99 0 0.48 277.73 0.99 0.26
Hex 54 1 85 25 63 0 30 116 63 1A
Octal 124 1 205 45 143 0 60 426 143 32
Binary 1010100 1 10000101 100101 1100011 0 110000 100010110 1100011 11010

Color Harmonies of #540185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540185

Black with #540185

Text Example


Text Example

White with #540185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540185; }

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

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

background-color css

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

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

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

border-color css

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

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

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