Html Css Color HEX #540174 Indigo

📋 copy color: '#540174'

red 84 ◦ green 1 ◦ blue 116

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

Shades of Indigo #540174

Tints of Indigo #540174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 41.79%
G = 0.5%
B = 57.71%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540174 (or 0x540174) is known color: Indigo. HEX triplet: 54, 01 and 74. RGB value is (84,1,116). Sum of RGB (Red+Green+Blue) = 84+1+116=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #540174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540174 is #ABFE8B. Grayscale: #262626. Windows color (decimal): -11271820 or 7602516. OLE color: 7602516.

HSL color Cylindrical-coordinate representation of color #540174: hue angle of 283.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540174 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 1 116 -
CMYK 0.28 0.99 0 0.55
HSL 283.3º 0.98% 0.23% -
HSV(B) 283.3º 0.99% 0.45% -
XYZ 6.82 3.17 16.77 -
YUV 38.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 84 1 116 0.28 0.99 0 0.55 283.3 0.98 0.23
Hex 54 1 74 1C 63 0 37 11B 62 17
Octal 124 1 164 34 143 0 67 433 142 27
Binary 1010100 1 1110100 11100 1100011 0 110111 100011011 1100010 10111

Color Harmonies of #540174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540174

Black with #540174

Text Example


Text Example

White with #540174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540174; }

 p { color: rgb(84,1,116); }

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

background-color css

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

 a { background-color: rgb(84,1,116); }

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

border-color css

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

 span { border-color: rgb(84,1,116); }

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