Html Css Color HEX #540075 Indigo

📋 copy color: '#540075'

red 84 ◦ green 0 ◦ blue 117

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

Shades of Indigo #540075

Tints of Indigo #540075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.79%
G = 0%
B = 58.21%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540075 (or 0x540075) is known color: Indigo. HEX triplet: 54, 00 and 75. RGB value is (84,0,117). Sum of RGB (Red+Green+Blue) = 84+0+117=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #540075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540075 is #ABFF8A. Grayscale: #262626. Windows color (decimal): -11272075 or 7667796. OLE color: 7667796.

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

Color convert

RGB 84 0 117 -
CMYK 0.28 1 0 0.54
HSL 283.08º 1% 0.23% -
HSV(B) 283.08º 1% 0.46% -
XYZ 6.87 3.17 17.08 -
YUV 38.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 84 0 117 0.28 1 0 0.54 283.08 1 0.23
Hex 54 0 75 1C 64 0 36 11B 64 17
Octal 124 0 165 34 144 0 66 433 144 27
Binary 1010100 0 1110101 11100 1100100 0 110110 100011011 1100100 10111

Color Harmonies of #540075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540075

Black with #540075

Text Example


Text Example

White with #540075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540075; }

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

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

background-color css

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

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

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

border-color css

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

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

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