Html Css Color HEX #51086F Indigo

📋 copy color: '#51086F'

red 81 ◦ green 8 ◦ blue 111

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

Shades of Indigo #51086F

Tints of Indigo #51086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 40.5%
G = 4%
B = 55.5%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51086F (or 0x51086F) is known color: Indigo. HEX triplet: 51, 08 and 6F. RGB value is (81,8,111). Sum of RGB (Red+Green+Blue) = 81+8+111=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #51086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51086F is #AEF790. Grayscale: #292929. Windows color (decimal): -11466641 or 7276625. OLE color: 7276625.

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

Color convert

RGB 81 8 111 -
CMYK 0.27 0.93 0 0.56
HSL 282.52º 0.87% 0.23% -
HSV(B) 282.52º 0.93% 0.44% -
XYZ 6.35 3.07 15.3 -
YUV 41.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 81 8 111 0.27 0.93 0 0.56 282.52 0.87 0.23
Hex 51 8 6F 1B 5D 0 38 11B 57 17
Octal 121 10 157 33 135 0 70 433 127 27
Binary 1010001 1000 1101111 11011 1011101 0 111000 100011011 1010111 10111

Color Harmonies of #51086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51086F

Black with #51086F

Text Example


Text Example

White with #51086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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