Html Css Color HEX #51137F Indigo

📋 copy color: '#51137F'

red 81 ◦ green 19 ◦ blue 127

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

Shades of Indigo #51137F

Tints of Indigo #51137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 35.68%
G = 8.37%
B = 55.95%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51137F (or 0x51137F) is known color: Indigo. HEX triplet: 51, 13 and 7F. RGB value is (81,19,127). Sum of RGB (Red+Green+Blue) = 81+19+127=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #51137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51137F is #AEEC80. Grayscale: #313131. Windows color (decimal): -11463809 or 8328017. OLE color: 8328017.

HSL color Cylindrical-coordinate representation of color #51137F: hue angle of 274.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51137F is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 19 127 -
CMYK 0.36 0.85 0 0.50
HSL 274.44º 0.74% 0.29% -
HSV(B) 274.44º 0.85% 0.5% -
XYZ 7.46 3.75 20.41 -
YUV 49.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 81 19 127 0.36 0.85 0 0.50 274.44 0.74 0.29
Hex 51 13 7F 24 55 0 32 112 4A 1D
Octal 121 23 177 44 125 0 62 422 112 35
Binary 1010001 10011 1111111 100100 1010101 0 110010 100010010 1001010 11101

Color Harmonies of #51137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51137F

Black with #51137F

Text Example


Text Example

White with #51137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51137F; }

 p { color: rgb(81,19,127); }

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

background-color css

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

 a { background-color: rgb(81,19,127); }

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

border-color css

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

 span { border-color: rgb(81,19,127); }

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