Html Css Color HEX #510861 Indigo

📋 copy color: '#510861'

red 81 ◦ green 8 ◦ blue 97

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

Shades of Indigo #510861

Tints of Indigo #510861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 43.55%
G = 4.3%
B = 52.15%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510861 (or 0x510861) is known color: Indigo. HEX triplet: 51, 08 and 61. RGB value is (81,8,97). Sum of RGB (Red+Green+Blue) = 81+8+97=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #510861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510861 is #AEF79E. Grayscale: #272727. Windows color (decimal): -11466655 or 6359121. OLE color: 6359121.

HSL color Cylindrical-coordinate representation of color #510861: hue angle of 289.21º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510861 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 8 97 -
CMYK 0.16 0.92 0 0.62
HSL 289.21º 0.85% 0.21% -
HSV(B) 289.21º 0.92% 0.38% -
XYZ 5.64 2.79 11.55 -
YUV 39.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 81 8 97 0.16 0.92 0 0.62 289.21 0.85 0.21
Hex 51 8 61 10 5C 0 3E 121 55 15
Octal 121 10 141 20 134 0 76 441 125 25
Binary 1010001 1000 1100001 10000 1011100 0 111110 100100001 1010101 10101

Color Harmonies of #510861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510861

Black with #510861

Text Example


Text Example

White with #510861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510861; }

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

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

background-color css

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

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

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

border-color css

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

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

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