Html Css Color HEX #540194 Indigo

📋 copy color: '#540194'

red 84 ◦ green 1 ◦ blue 148

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

Shades of Indigo #540194

Tints of Indigo #540194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 36.05%
G = 0.43%
B = 63.52%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540194 (or 0x540194) is known color: Indigo. HEX triplet: 54, 01 and 94. RGB value is (84,1,148). Sum of RGB (Red+Green+Blue) = 84+1+148=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #540194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540194 is #ABFE6B. Grayscale: #2A2A2A. Windows color (decimal): -11271788 or 9699668. OLE color: 9699668.

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

Color convert

RGB 84 1 148 -
CMYK 0.43 0.99 0 0.42
HSL 273.88º 0.99% 0.29% -
HSV(B) 273.88º 0.99% 0.58% -
XYZ 9.01 4.04 28.32 -
YUV 42.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 84 1 148 0.43 0.99 0 0.42 273.88 0.99 0.29
Hex 54 1 94 2B 63 0 2A 112 63 1D
Octal 124 1 224 53 143 0 52 422 143 35
Binary 1010100 1 10010100 101011 1100011 0 101010 100010010 1100011 11101

Color Harmonies of #540194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540194

Black with #540194

Text Example


Text Example

White with #540194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540194; }

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

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

background-color css

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

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

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

border-color css

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

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

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