Html Css Color HEX #540865 Indigo

📋 copy color: '#540865'

red 84 ◦ green 8 ◦ blue 101

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

Shades of Indigo #540865

Tints of Indigo #540865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 43.52%
G = 4.15%
B = 52.33%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#540865 (or 0x540865) is known color: Indigo. HEX triplet: 54, 08 and 65. RGB value is (84,8,101). Sum of RGB (Red+Green+Blue) = 84+8+101=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #540865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540865 is #ABF79A. Grayscale: #292929. Windows color (decimal): -11270043 or 6621268. OLE color: 6621268.

HSL color Cylindrical-coordinate representation of color #540865: hue angle of 289.03º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540865 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 8 101 -
CMYK 0.17 0.92 0 0.60
HSL 289.03º 0.85% 0.21% -
HSV(B) 289.03º 0.92% 0.4% -
XYZ 6.09 3 12.57 -
YUV 41.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 84 8 101 0.17 0.92 0 0.60 289.03 0.85 0.21
Hex 54 8 65 11 5C 0 3C 121 55 15
Octal 124 10 145 21 134 0 74 441 125 25
Binary 1010100 1000 1100101 10001 1011100 0 111100 100100001 1010101 10101

Color Harmonies of #540865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540865

Black with #540865

Text Example


Text Example

White with #540865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540865; }

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

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

background-color css

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

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

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

border-color css

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

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

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