Html Css Color HEX #51106F Indigo

📋 copy color: '#51106F'

red 81 ◦ green 16 ◦ blue 111

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

Shades of Indigo #51106F

Tints of Indigo #51106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 38.94%
G = 7.69%
B = 53.37%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51106F (or 0x51106F) is known color: Indigo. HEX triplet: 51, 10 and 6F. RGB value is (81,16,111). Sum of RGB (Red+Green+Blue) = 81+16+111=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #51106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51106F is #AEEF90. Grayscale: #2D2D2D. Windows color (decimal): -11464593 or 7278673. OLE color: 7278673.

HSL color Cylindrical-coordinate representation of color #51106F: hue angle of 281.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51106F is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 16 111 -
CMYK 0.27 0.86 0 0.56
HSL 281.05º 0.75% 0.25% -
HSV(B) 281.05º 0.86% 0.44% -
XYZ 6.45 3.27 15.33 -
YUV 46.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 81 16 111 0.27 0.86 0 0.56 281.05 0.75 0.25
Hex 51 10 6F 1B 56 0 38 119 4B 19
Octal 121 20 157 33 126 0 70 431 113 31
Binary 1010001 10000 1101111 11011 1010110 0 111000 100011001 1001011 11001

Color Harmonies of #51106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51106F

Black with #51106F

Text Example


Text Example

White with #51106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,16,111); }

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

background-color css

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

 a { background-color: rgb(81,16,111); }

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

border-color css

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

 span { border-color: rgb(81,16,111); }

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