Html Css Color HEX #540C9B Indigo

📋 copy color: '#540C9B'

red 84 ◦ green 12 ◦ blue 155

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

Shades of Indigo #540C9B

Tints of Indigo #540C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 33.47%
G = 4.78%
B = 61.75%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#540C9B (or 0x540C9B) is known color: Indigo. HEX triplet: 54, 0C and 9B. RGB value is (84,12,155). Sum of RGB (Red+Green+Blue) = 84+12+155=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #540C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540C9B is #ABF364. Grayscale: #313131. Windows color (decimal): -11268965 or 10161236. OLE color: 10161236.

HSL color Cylindrical-coordinate representation of color #540C9B: hue angle of 270.21º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540C9B is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 12 155 -
CMYK 0.46 0.92 0 0.39
HSL 270.21º 0.86% 0.33% -
HSV(B) 270.21º 0.92% 0.61% -
XYZ 9.7 4.51 31.37 -
YUV 49.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 84 12 155 0.46 0.92 0 0.39 270.21 0.86 0.33
Hex 54 C 9B 2E 5C 0 27 10E 56 21
Octal 124 14 233 56 134 0 47 416 126 41
Binary 1010100 1100 10011011 101110 1011100 0 100111 100001110 1010110 100001

Color Harmonies of #540C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C9B

Black with #540C9B

Text Example


Text Example

White with #540C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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