Html Css Color HEX #51086C Indigo

📋 copy color: '#51086C'

red 81 ◦ green 8 ◦ blue 108

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

Shades of Indigo #51086C

Tints of Indigo #51086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 41.12%
G = 4.06%
B = 54.82%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51086C (or 0x51086C) is known color: Indigo. HEX triplet: 51, 08 and 6C. RGB value is (81,8,108). Sum of RGB (Red+Green+Blue) = 81+8+108=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #51086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51086C is #AEF793. Grayscale: #282828. Windows color (decimal): -11466644 or 7080017. OLE color: 7080017.

HSL color Cylindrical-coordinate representation of color #51086C: hue angle of 283.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51086C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 8 108 -
CMYK 0.25 0.93 0 0.58
HSL 283.8º 0.86% 0.23% -
HSV(B) 283.8º 0.93% 0.42% -
XYZ 6.19 3.01 14.44 -
YUV 41.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 81 8 108 0.25 0.93 0 0.58 283.8 0.86 0.23
Hex 51 8 6C 19 5D 0 3A 11C 56 17
Octal 121 10 154 31 135 0 72 434 126 27
Binary 1010001 1000 1101100 11001 1011101 0 111010 100011100 1010110 10111

Color Harmonies of #51086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51086C

Black with #51086C

Text Example


Text Example

White with #51086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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