Html Css Color HEX #540375 Indigo

📋 copy color: '#540375'

red 84 ◦ green 3 ◦ blue 117

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

Shades of Indigo #540375

Tints of Indigo #540375

RGB

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

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

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

R = 41.18%
G = 1.47%
B = 57.35%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540375 (or 0x540375) is known color: Indigo. HEX triplet: 54, 03 and 75. RGB value is (84,3,117). Sum of RGB (Red+Green+Blue) = 84+3+117=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #540375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540375 is #ABFC8A. Grayscale: #272727. Windows color (decimal): -11271307 or 7668564. OLE color: 7668564.

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

Color convert

RGB 84 3 117 -
CMYK 0.28 0.97 0 0.54
HSL 282.63º 0.95% 0.24% -
HSV(B) 282.63º 0.97% 0.46% -
XYZ 6.9 3.23 17.09 -
YUV 40.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 84 3 117 0.28 0.97 0 0.54 282.63 0.95 0.24
Hex 54 3 75 1C 61 0 36 11B 5F 18
Octal 124 3 165 34 141 0 66 433 137 30
Binary 1010100 11 1110101 11100 1100001 0 110110 100011011 1011111 11000

Color Harmonies of #540375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540375

Black with #540375

Text Example


Text Example

White with #540375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540375; }

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

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

background-color css

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

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

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

border-color css

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

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

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