Html Css Color HEX #540175 Indigo

📋 copy color: '#540175'

red 84 ◦ green 1 ◦ blue 117

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

Shades of Indigo #540175

Tints of Indigo #540175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 41.58%
G = 0.5%
B = 57.92%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540175 (or 0x540175) is known color: Indigo. HEX triplet: 54, 01 and 75. RGB value is (84,1,117). Sum of RGB (Red+Green+Blue) = 84+1+117=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #540175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540175 is #ABFE8A. Grayscale: #262626. Windows color (decimal): -11271819 or 7668052. OLE color: 7668052.

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

Color convert

RGB 84 1 117 -
CMYK 0.28 0.99 0 0.54
HSL 282.93º 0.98% 0.23% -
HSV(B) 282.93º 0.99% 0.46% -
XYZ 6.88 3.19 17.08 -
YUV 39.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 84 1 117 0.28 0.99 0 0.54 282.93 0.98 0.23
Hex 54 1 75 1C 63 0 36 11B 62 17
Octal 124 1 165 34 143 0 66 433 142 27
Binary 1010100 1 1110101 11100 1100011 0 110110 100011011 1100010 10111

Color Harmonies of #540175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540175

Black with #540175

Text Example


Text Example

White with #540175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540175; }

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

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

background-color css

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

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

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

border-color css

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

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

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