Html Css Color HEX #540668 Indigo

📋 copy color: '#540668'

red 84 ◦ green 6 ◦ blue 104

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

Shades of Indigo #540668

Tints of Indigo #540668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 43.3%
G = 3.09%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540668 (or 0x540668) is known color: Indigo. HEX triplet: 54, 06 and 68. RGB value is (84,6,104). Sum of RGB (Red+Green+Blue) = 84+6+104=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #540668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540668 is #ABF997. Grayscale: #282828. Windows color (decimal): -11270552 or 6817364. OLE color: 6817364.

HSL color Cylindrical-coordinate representation of color #540668: hue angle of 287.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540668 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 6 104 -
CMYK 0.19 0.94 0 0.59
HSL 287.76º 0.89% 0.22% -
HSV(B) 287.76º 0.94% 0.41% -
XYZ 6.22 3.01 13.35 -
YUV 40.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 84 6 104 0.19 0.94 0 0.59 287.76 0.89 0.22
Hex 54 6 68 13 5E 0 3B 120 59 16
Octal 124 6 150 23 136 0 73 440 131 26
Binary 1010100 110 1101000 10011 1011110 0 111011 100100000 1011001 10110

Color Harmonies of #540668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540668

Black with #540668

Text Example


Text Example

White with #540668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540668; }

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

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

background-color css

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

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

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

border-color css

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

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

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