Html Css Color HEX #540267 Indigo

📋 copy color: '#540267'

red 84 ◦ green 2 ◦ blue 103

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

Shades of Indigo #540267

Tints of Indigo #540267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 44.44%
G = 1.06%
B = 54.5%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#540267 (or 0x540267) is known color: Indigo. HEX triplet: 54, 02 and 67. RGB value is (84,2,103). Sum of RGB (Red+Green+Blue) = 84+2+103=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #540267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540267 is #ABFD98. Grayscale: #252525. Windows color (decimal): -11271577 or 6750804. OLE color: 6750804.

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

Color convert

RGB 84 2 103 -
CMYK 0.18 0.98 0 0.60
HSL 288.71º 0.96% 0.21% -
HSV(B) 288.71º 0.98% 0.4% -
XYZ 6.13 2.91 13.07 -
YUV 38.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 84 2 103 0.18 0.98 0 0.60 288.71 0.96 0.21
Hex 54 2 67 12 62 0 3C 121 60 15
Octal 124 2 147 22 142 0 74 441 140 25
Binary 1010100 10 1100111 10010 1100010 0 111100 100100001 1100000 10101

Color Harmonies of #540267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540267

Black with #540267

Text Example


Text Example

White with #540267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540267; }

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

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

background-color css

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

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

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

border-color css

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

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

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