Html Css Color HEX #540690 Indigo

📋 copy color: '#540690'

red 84 ◦ green 6 ◦ blue 144

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

Shades of Indigo #540690

Tints of Indigo #540690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 35.9%
G = 2.56%
B = 61.54%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#540690 (or 0x540690) is known color: Indigo. HEX triplet: 54, 06 and 90. RGB value is (84,6,144). Sum of RGB (Red+Green+Blue) = 84+6+144=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #540690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540690 is #ABF96F. Grayscale: #2C2C2C. Windows color (decimal): -11270512 or 9438804. OLE color: 9438804.

HSL color Cylindrical-coordinate representation of color #540690: hue angle of 273.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540690 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 6 144 -
CMYK 0.42 0.96 0 0.44
HSL 273.91º 0.92% 0.29% -
HSV(B) 273.91º 0.96% 0.56% -
XYZ 8.76 4.03 26.7 -
YUV 45.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 84 6 144 0.42 0.96 0 0.44 273.91 0.92 0.29
Hex 54 6 90 2A 60 0 2C 112 5C 1D
Octal 124 6 220 52 140 0 54 422 134 35
Binary 1010100 110 10010000 101010 1100000 0 101100 100010010 1011100 11101

Color Harmonies of #540690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540690

Black with #540690

Text Example


Text Example

White with #540690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540690; }

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

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

background-color css

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

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

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

border-color css

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

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

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