Html Css Color HEX #540B68 Indigo

📋 copy color: '#540B68'

red 84 ◦ green 11 ◦ blue 104

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

Shades of Indigo #540B68

Tints of Indigo #540B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 42.21%
G = 5.53%
B = 52.26%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540B68 (or 0x540B68) is known color: Indigo. HEX triplet: 54, 0B and 68. RGB value is (84,11,104). Sum of RGB (Red+Green+Blue) = 84+11+104=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #540B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B68 is #ABF497. Grayscale: #2B2B2B. Windows color (decimal): -11269272 or 6818644. OLE color: 6818644.

HSL color Cylindrical-coordinate representation of color #540B68: hue angle of 287.1º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540B68 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 11 104 -
CMYK 0.19 0.89 0 0.59
HSL 287.1º 0.81% 0.23% -
HSV(B) 287.1º 0.89% 0.41% -
XYZ 6.27 3.12 13.37 -
YUV 43.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 84 11 104 0.19 0.89 0 0.59 287.1 0.81 0.23
Hex 54 B 68 13 59 0 3B 11F 51 17
Octal 124 13 150 23 131 0 73 437 121 27
Binary 1010100 1011 1101000 10011 1011001 0 111011 100011111 1010001 10111

Color Harmonies of #540B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B68

Black with #540B68

Text Example


Text Example

White with #540B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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