Html Css Color HEX #540685 Indigo

📋 copy color: '#540685'

red 84 ◦ green 6 ◦ blue 133

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

Shades of Indigo #540685

Tints of Indigo #540685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 37.67%
G = 2.69%
B = 59.64%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540685 (or 0x540685) is known color: Indigo. HEX triplet: 54, 06 and 85. RGB value is (84,6,133). Sum of RGB (Red+Green+Blue) = 84+6+133=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #540685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540685 is #ABF97A. Grayscale: #2B2B2B. Windows color (decimal): -11270523 or 8717908. OLE color: 8717908.

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

Color convert

RGB 84 6 133 -
CMYK 0.37 0.95 0 0.48
HSL 276.85º 0.91% 0.27% -
HSV(B) 276.85º 0.95% 0.52% -
XYZ 7.95 3.71 22.49 -
YUV 43.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 84 6 133 0.37 0.95 0 0.48 276.85 0.91 0.27
Hex 54 6 85 25 5F 0 30 115 5B 1B
Octal 124 6 205 45 137 0 60 425 133 33
Binary 1010100 110 10000101 100101 1011111 0 110000 100010101 1011011 11011

Color Harmonies of #540685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540685

Black with #540685

Text Example


Text Example

White with #540685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540685; }

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

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

background-color css

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

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

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

border-color css

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

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

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