Html Css Color HEX #540290 Indigo

📋 copy color: '#540290'

red 84 ◦ green 2 ◦ blue 144

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

Shades of Indigo #540290

Tints of Indigo #540290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 36.52%
G = 0.87%
B = 62.61%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#540290 (or 0x540290) is known color: Indigo. HEX triplet: 54, 02 and 90. RGB value is (84,2,144). Sum of RGB (Red+Green+Blue) = 84+2+144=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #540290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540290 is #ABFD6F. Grayscale: #2A2A2A. Windows color (decimal): -11271536 or 9437780. OLE color: 9437780.

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

Color convert

RGB 84 2 144 -
CMYK 0.42 0.99 0 0.44
HSL 274.65º 0.97% 0.29% -
HSV(B) 274.65º 0.99% 0.56% -
XYZ 8.71 3.94 26.69 -
YUV 42.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 84 2 144 0.42 0.99 0 0.44 274.65 0.97 0.29
Hex 54 2 90 2A 63 0 2C 113 61 1D
Octal 124 2 220 52 143 0 54 423 141 35
Binary 1010100 10 10010000 101010 1100011 0 101100 100010011 1100001 11101

Color Harmonies of #540290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540290

Black with #540290

Text Example


Text Example

White with #540290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540290; }

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

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

background-color css

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

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

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

border-color css

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

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

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