Html Css Color HEX #540B98 Indigo

📋 copy color: '#540B98'

red 84 ◦ green 11 ◦ blue 152

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

Shades of Indigo #540B98

Tints of Indigo #540B98

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

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

R = 34.01%
G = 4.45%
B = 61.54%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#540B98 (or 0x540B98) is known color: Indigo. HEX triplet: 54, 0B and 98. RGB value is (84,11,152). Sum of RGB (Red+Green+Blue) = 84+11+152=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #540B98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B98 is #ABF467. Grayscale: #303030. Windows color (decimal): -11269224 or 9964372. OLE color: 9964372.

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

Color convert

RGB 84 11 152 -
CMYK 0.45 0.93 0 0.40
HSL 271.06º 0.87% 0.32% -
HSV(B) 271.06º 0.93% 0.6% -
XYZ 9.44 4.39 30.06 -
YUV 48.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 84 11 152 0.45 0.93 0 0.40 271.06 0.87 0.32
Hex 54 B 98 2D 5D 0 28 10F 57 20
Octal 124 13 230 55 135 0 50 417 127 40
Binary 1010100 1011 10011000 101101 1011101 0 101000 100001111 1010111 100000

Color Harmonies of #540B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B98

Black with #540B98

Text Example


Text Example

White with #540B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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