Html Css Color HEX #540093 Indigo

📋 copy color: '#540093'

red 84 ◦ green 0 ◦ blue 147

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

Shades of Indigo #540093

Tints of Indigo #540093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540093 (or 0x540093) is known color: Indigo. HEX triplet: 54, 00 and 93. RGB value is (84,0,147). Sum of RGB (Red+Green+Blue) = 84+0+147=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #540093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540093 is #ABFF6C. Grayscale: #292929. Windows color (decimal): -11272045 or 9633876. OLE color: 9633876.

HSL color Cylindrical-coordinate representation of color #540093: hue angle of 274.29º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540093 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 0 147 -
CMYK 0.43 1 0 0.42
HSL 274.29º 1% 0.29% -
HSV(B) 274.29º 1% 0.58% -
XYZ 8.92 3.99 27.9 -
YUV 41.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 84 0 147 0.43 1 0 0.42 274.29 1 0.29
Hex 54 0 93 2B 64 0 2A 112 64 1D
Octal 124 0 223 53 144 0 52 422 144 35
Binary 1010100 0 10010011 101011 1100100 0 101010 100010010 1100100 11101

Color Harmonies of #540093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540093

Black with #540093

Text Example


Text Example

White with #540093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540093; }

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

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

background-color css

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

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

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

border-color css

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

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

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