Html Css Color HEX #51147C Indigo

📋 copy color: '#51147C'

red 81 ◦ green 20 ◦ blue 124

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

Shades of Indigo #51147C

Tints of Indigo #51147C

RGB

 RED value IS 81 (32.03% from 255) = 36%

 GREEN value IS 20 (8.2% from 255) = 8.89%

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 36%
G = 8.89%
B = 55.11%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51147C (or 0x51147C) is known color: Indigo. HEX triplet: 51, 14 and 7C. RGB value is (81,20,124). Sum of RGB (Red+Green+Blue) = 81+20+124=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #51147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51147C is #AEEB83. Grayscale: #313131. Windows color (decimal): -11463556 or 8131665. OLE color: 8131665.

HSL color Cylindrical-coordinate representation of color #51147C: hue angle of 275.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51147C is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 20 124 -
CMYK 0.35 0.84 0 0.51
HSL 275.19º 0.72% 0.28% -
HSV(B) 275.19º 0.84% 0.49% -
XYZ 7.28 3.7 19.4 -
YUV 50.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 81 20 124 0.35 0.84 0 0.51 275.19 0.72 0.28
Hex 51 14 7C 23 54 0 33 113 48 1C
Octal 121 24 174 43 124 0 63 423 110 34
Binary 1010001 10100 1111100 100011 1010100 0 110011 100010011 1001000 11100

Color Harmonies of #51147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51147C

Black with #51147C

Text Example


Text Example

White with #51147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51147C; }

 p { color: rgb(81,20,124); }

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

background-color css

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

 a { background-color: rgb(81,20,124); }

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

border-color css

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

 span { border-color: rgb(81,20,124); }

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