Html Css Color HEX #540862 Indigo

📋 copy color: '#540862'

red 84 ◦ green 8 ◦ blue 98

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

Shades of Indigo #540862

Tints of Indigo #540862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.58%

R = 44.21%
G = 4.21%
B = 51.58%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540862 (or 0x540862) is known color: Indigo. HEX triplet: 54, 08 and 62. RGB value is (84,8,98). Sum of RGB (Red+Green+Blue) = 84+8+98=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #540862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540862 is #ABF79D. Grayscale: #282828. Windows color (decimal): -11270046 or 6424660. OLE color: 6424660.

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

Color convert

RGB 84 8 98 -
CMYK 0.14 0.92 0 0.62
HSL 290.67º 0.85% 0.21% -
HSV(B) 290.67º 0.92% 0.38% -
XYZ 5.95 2.94 11.81 -
YUV 40.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 84 8 98 0.14 0.92 0 0.62 290.67 0.85 0.21
Hex 54 8 62 E 5C 0 3E 123 55 15
Octal 124 10 142 16 134 0 76 443 125 25
Binary 1010100 1000 1100010 1110 1011100 0 111110 100100011 1010101 10101

Color Harmonies of #540862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540862

Black with #540862

Text Example


Text Example

White with #540862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540862; }

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

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

background-color css

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

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

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

border-color css

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

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

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