Html Css Color HEX #540369 Indigo

📋 copy color: '#540369'

red 84 ◦ green 3 ◦ blue 105

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

Shades of Indigo #540369

Tints of Indigo #540369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 43.75%
G = 1.56%
B = 54.69%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540369 (or 0x540369) is known color: Indigo. HEX triplet: 54, 03 and 69. RGB value is (84,3,105). Sum of RGB (Red+Green+Blue) = 84+3+105=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #540369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540369 is #ABFC96. Grayscale: #262626. Windows color (decimal): -11271319 or 6882132. OLE color: 6882132.

HSL color Cylindrical-coordinate representation of color #540369: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540369 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 3 105 -
CMYK 0.20 0.97 0 0.59
HSL 287.65º 0.94% 0.21% -
HSV(B) 287.65º 0.97% 0.41% -
XYZ 6.24 2.97 13.61 -
YUV 38.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 84 3 105 0.20 0.97 0 0.59 287.65 0.94 0.21
Hex 54 3 69 14 61 0 3B 120 5E 15
Octal 124 3 151 24 141 0 73 440 136 25
Binary 1010100 11 1101001 10100 1100001 0 111011 100100000 1011110 10101

Color Harmonies of #540369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540369

Black with #540369

Text Example


Text Example

White with #540369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540369; }

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

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

background-color css

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

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

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

border-color css

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

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

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