Html Css Color HEX #540098 Indigo

📋 copy color: '#540098'

red 84 ◦ green 0 ◦ blue 152

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

Shades of Indigo #540098

Tints of Indigo #540098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.59%
G = 0%
B = 64.41%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#540098 (or 0x540098) is known color: Indigo. HEX triplet: 54, 00 and 98. RGB value is (84,0,152). Sum of RGB (Red+Green+Blue) = 84+0+152=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #540098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540098 is #ABFF67. Grayscale: #292929. Windows color (decimal): -11272040 or 9961556. OLE color: 9961556.

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

Color convert

RGB 84 0 152 -
CMYK 0.45 1 0 0.40
HSL 273.16º 1% 0.3% -
HSV(B) 273.16º 1% 0.6% -
XYZ 9.32 4.15 30.02 -
YUV 42.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 84 0 152 0.45 1 0 0.40 273.16 1 0.3
Hex 54 0 98 2D 64 0 28 111 64 1E
Octal 124 0 230 55 144 0 50 421 144 36
Binary 1010100 0 10011000 101101 1100100 0 101000 100010001 1100100 11110

Color Harmonies of #540098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540098

Black with #540098

Text Example


Text Example

White with #540098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540098; }

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

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

background-color css

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

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

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

border-color css

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

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

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