Html Css Color HEX #540365 Indigo

📋 copy color: '#540365'

red 84 ◦ green 3 ◦ blue 101

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

Shades of Indigo #540365

Tints of Indigo #540365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 44.68%
G = 1.6%
B = 53.72%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#540365 (or 0x540365) is known color: Indigo. HEX triplet: 54, 03 and 65. RGB value is (84,3,101). Sum of RGB (Red+Green+Blue) = 84+3+101=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #540365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540365 is #ABFC9A. Grayscale: #262626. Windows color (decimal): -11271323 or 6619988. OLE color: 6619988.

HSL color Cylindrical-coordinate representation of color #540365: hue angle of 289.59º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540365 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 3 101 -
CMYK 0.17 0.97 0 0.60
HSL 289.59º 0.94% 0.2% -
HSV(B) 289.59º 0.97% 0.4% -
XYZ 6.04 2.89 12.55 -
YUV 38.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 84 3 101 0.17 0.97 0 0.60 289.59 0.94 0.2
Hex 54 3 65 11 61 0 3C 122 5E 14
Octal 124 3 145 21 141 0 74 442 136 24
Binary 1010100 11 1100101 10001 1100001 0 111100 100100010 1011110 10100

Color Harmonies of #540365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540365

Black with #540365

Text Example


Text Example

White with #540365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540365; }

 p { color: rgb(84,3,101); }

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

background-color css

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

 a { background-color: rgb(84,3,101); }

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

border-color css

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

 span { border-color: rgb(84,3,101); }

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