Html Css Color HEX #540C7F Indigo

📋 copy color: '#540C7F'

red 84 ◦ green 12 ◦ blue 127

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

Shades of Indigo #540C7F

Tints of Indigo #540C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 37.67%
G = 5.38%
B = 56.95%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#540C7F (or 0x540C7F) is known color: Indigo. HEX triplet: 54, 0C and 7F. RGB value is (84,12,127). Sum of RGB (Red+Green+Blue) = 84+12+127=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #540C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C7F is #ABF380. Grayscale: #2E2E2E. Windows color (decimal): -11268993 or 8326228. OLE color: 8326228.

HSL color Cylindrical-coordinate representation of color #540C7F: hue angle of 277.57º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540C7F is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 12 127 -
CMYK 0.34 0.91 0 0.50
HSL 277.57º 0.83% 0.27% -
HSV(B) 277.57º 0.91% 0.5% -
XYZ 7.62 3.68 20.39 -
YUV 46.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 84 12 127 0.34 0.91 0 0.50 277.57 0.83 0.27
Hex 54 C 7F 22 5B 0 32 116 53 1B
Octal 124 14 177 42 133 0 62 426 123 33
Binary 1010100 1100 1111111 100010 1011011 0 110010 100010110 1010011 11011

Color Harmonies of #540C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C7F

Black with #540C7F

Text Example


Text Example

White with #540C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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