Html Css Color HEX #540367 Indigo

📋 copy color: '#540367'

red 84 ◦ green 3 ◦ blue 103

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

Shades of Indigo #540367

Tints of Indigo #540367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 44.21%
G = 1.58%
B = 54.21%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#540367 (or 0x540367) is known color: Indigo. HEX triplet: 54, 03 and 67. RGB value is (84,3,103). Sum of RGB (Red+Green+Blue) = 84+3+103=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #540367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540367 is #ABFC98. Grayscale: #262626. Windows color (decimal): -11271321 or 6751060. OLE color: 6751060.

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

Color convert

RGB 84 3 103 -
CMYK 0.18 0.97 0 0.60
HSL 288.6º 0.94% 0.21% -
HSV(B) 288.6º 0.97% 0.4% -
XYZ 6.14 2.93 13.07 -
YUV 38.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 84 3 103 0.18 0.97 0 0.60 288.6 0.94 0.21
Hex 54 3 67 12 61 0 3C 121 5E 15
Octal 124 3 147 22 141 0 74 441 136 25
Binary 1010100 11 1100111 10010 1100001 0 111100 100100001 1011110 10101

Color Harmonies of #540367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540367

Black with #540367

Text Example


Text Example

White with #540367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540367; }

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

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

background-color css

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

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

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

border-color css

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

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

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