Html Css Color HEX #540198 Indigo

📋 copy color: '#540198'

red 84 ◦ green 1 ◦ blue 152

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

Shades of Indigo #540198

Tints of Indigo #540198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.14%

R = 35.44%
G = 0.42%
B = 64.14%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#540198 (or 0x540198) is known color: Indigo. HEX triplet: 54, 01 and 98. RGB value is (84,1,152). Sum of RGB (Red+Green+Blue) = 84+1+152=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #540198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540198 is #ABFE67. Grayscale: #2A2A2A. Windows color (decimal): -11271784 or 9961812. OLE color: 9961812.

HSL color Cylindrical-coordinate representation of color #540198: hue angle of 272.98º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540198 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 1 152 -
CMYK 0.45 0.99 0 0.40
HSL 272.98º 0.99% 0.3% -
HSV(B) 272.98º 0.99% 0.6% -
XYZ 9.33 4.17 30.02 -
YUV 43.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 84 1 152 0.45 0.99 0 0.40 272.98 0.99 0.3
Hex 54 1 98 2D 63 0 28 111 63 1E
Octal 124 1 230 55 143 0 50 421 143 36
Binary 1010100 1 10011000 101101 1100011 0 101000 100010001 1100011 11110

Color Harmonies of #540198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540198

Black with #540198

Text Example


Text Example

White with #540198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540198; }

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

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

background-color css

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

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

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

border-color css

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

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

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