Html Css Color HEX #540CAA Indigo

📋 copy color: '#540CAA'

red 84 ◦ green 12 ◦ blue 170

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

Shades of Indigo #540CAA

Tints of Indigo #540CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 31.58%
G = 4.51%
B = 63.91%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#540CAA (or 0x540CAA) is known color: Indigo. HEX triplet: 54, 0C and AA. RGB value is (84,12,170). Sum of RGB (Red+Green+Blue) = 84+12+170=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #540CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CAA is #ABF355. Grayscale: #323232. Windows color (decimal): -11268950 or 11144276. OLE color: 11144276.

HSL color Cylindrical-coordinate representation of color #540CAA: hue angle of 267.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CAA is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 12 170 -
CMYK 0.51 0.93 0 0.33
HSL 267.34º 0.87% 0.36% -
HSV(B) 267.34º 0.93% 0.67% -
XYZ 11.04 5.05 38.42 -
YUV 51.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 84 12 170 0.51 0.93 0 0.33 267.34 0.87 0.36
Hex 54 C AA 33 5D 0 21 10B 57 24
Octal 124 14 252 63 135 0 41 413 127 44
Binary 1010100 1100 10101010 110011 1011101 0 100001 100001011 1010111 100100

Color Harmonies of #540CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540CAA

Black with #540CAA

Text Example


Text Example

White with #540CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540CAA; }

 p { color: rgb(84,12,170); }

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

background-color css

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

 a { background-color: rgb(84,12,170); }

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

border-color css

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

 span { border-color: rgb(84,12,170); }

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