Html Css Color HEX #510661 Indigo

📋 copy color: '#510661'

red 81 ◦ green 6 ◦ blue 97

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

Shades of Indigo #510661

Tints of Indigo #510661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

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

R = 44.02%
G = 3.26%
B = 52.72%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510661 (or 0x510661) is known color: Indigo. HEX triplet: 51, 06 and 61. RGB value is (81,6,97). Sum of RGB (Red+Green+Blue) = 81+6+97=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #510661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510661 is #AEF99E. Grayscale: #262626. Windows color (decimal): -11467167 or 6358609. OLE color: 6358609.

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

Color convert

RGB 81 6 97 -
CMYK 0.16 0.94 0 0.62
HSL 289.45º 0.88% 0.2% -
HSV(B) 289.45º 0.94% 0.38% -
XYZ 5.62 2.74 11.54 -
YUV 38.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 81 6 97 0.16 0.94 0 0.62 289.45 0.88 0.2
Hex 51 6 61 10 5E 0 3E 121 58 14
Octal 121 6 141 20 136 0 76 441 130 24
Binary 1010001 110 1100001 10000 1011110 0 111110 100100001 1011000 10100

Color Harmonies of #510661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510661

Black with #510661

Text Example


Text Example

White with #510661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510661; }

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

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

background-color css

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

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

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

border-color css

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

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

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