Html Css Color HEX #540275 Indigo

📋 copy color: '#540275'

red 84 ◦ green 2 ◦ blue 117

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

Shades of Indigo #540275

Tints of Indigo #540275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 41.38%
G = 0.99%
B = 57.64%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540275 (or 0x540275) is known color: Indigo. HEX triplet: 54, 02 and 75. RGB value is (84,2,117). Sum of RGB (Red+Green+Blue) = 84+2+117=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #540275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540275 is #ABFD8A. Grayscale: #272727. Windows color (decimal): -11271563 or 7668308. OLE color: 7668308.

HSL color Cylindrical-coordinate representation of color #540275: hue angle of 282.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540275 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 2 117 -
CMYK 0.28 0.98 0 0.54
HSL 282.78º 0.97% 0.23% -
HSV(B) 282.78º 0.98% 0.46% -
XYZ 6.89 3.21 17.09 -
YUV 39.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 84 2 117 0.28 0.98 0 0.54 282.78 0.97 0.23
Hex 54 2 75 1C 62 0 36 11B 61 17
Octal 124 2 165 34 142 0 66 433 141 27
Binary 1010100 10 1110101 11100 1100010 0 110110 100011011 1100001 10111

Color Harmonies of #540275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540275

Black with #540275

Text Example


Text Example

White with #540275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540275; }

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

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

background-color css

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

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

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

border-color css

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

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

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