Html Css Color HEX #51166F Indigo

📋 copy color: '#51166F'

red 81 ◦ green 22 ◦ blue 111

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

Shades of Indigo #51166F

Tints of Indigo #51166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

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

R = 37.85%
G = 10.28%
B = 51.87%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51166F (or 0x51166F) is known color: Indigo. HEX triplet: 51, 16 and 6F. RGB value is (81,22,111). Sum of RGB (Red+Green+Blue) = 81+22+111=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #51166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51166F is #AEE990. Grayscale: #313131. Windows color (decimal): -11463057 or 7280209. OLE color: 7280209.

HSL color Cylindrical-coordinate representation of color #51166F: hue angle of 279.78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51166F is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 22 111 -
CMYK 0.27 0.80 0 0.56
HSL 279.78º 0.67% 0.26% -
HSV(B) 279.78º 0.8% 0.44% -
XYZ 6.55 3.47 15.36 -
YUV 49.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 81 22 111 0.27 0.80 0 0.56 279.78 0.67 0.26
Hex 51 16 6F 1B 50 0 38 118 43 1A
Octal 121 26 157 33 120 0 70 430 103 32
Binary 1010001 10110 1101111 11011 1010000 0 111000 100011000 1000011 11010

Color Harmonies of #51166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51166F

Black with #51166F

Text Example


Text Example

White with #51166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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