Html Css Color HEX #540462 Indigo

📋 copy color: '#540462'

red 84 ◦ green 4 ◦ blue 98

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

Shades of Indigo #540462

Tints of Indigo #540462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 45.16%
G = 2.15%
B = 52.69%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540462 (or 0x540462) is known color: Indigo. HEX triplet: 54, 04 and 62. RGB value is (84,4,98). Sum of RGB (Red+Green+Blue) = 84+4+98=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #540462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540462 is #ABFB9D. Grayscale: #262626. Windows color (decimal): -11271070 or 6423636. OLE color: 6423636.

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

Color convert

RGB 84 4 98 -
CMYK 0.14 0.96 0 0.62
HSL 291.06º 0.92% 0.2% -
HSV(B) 291.06º 0.96% 0.38% -
XYZ 5.9 2.85 11.79 -
YUV 38.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 84 4 98 0.14 0.96 0 0.62 291.06 0.92 0.2
Hex 54 4 62 E 60 0 3E 123 5C 14
Octal 124 4 142 16 140 0 76 443 134 24
Binary 1010100 100 1100010 1110 1100000 0 111110 100100011 1011100 10100

Color Harmonies of #540462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540462

Black with #540462

Text Example


Text Example

White with #540462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540462; }

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

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

background-color css

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

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

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

border-color css

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

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

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