Html Css Color HEX #510863 Indigo

📋 copy color: '#510863'

red 81 ◦ green 8 ◦ blue 99

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

Shades of Indigo #510863

Tints of Indigo #510863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 43.09%
G = 4.26%
B = 52.66%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#510863 (or 0x510863) is known color: Indigo. HEX triplet: 51, 08 and 63. RGB value is (81,8,99). Sum of RGB (Red+Green+Blue) = 81+8+99=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #510863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510863 is #AEF79C. Grayscale: #272727. Windows color (decimal): -11466653 or 6490193. OLE color: 6490193.

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

Color convert

RGB 81 8 99 -
CMYK 0.18 0.92 0 0.61
HSL 288.13º 0.85% 0.21% -
HSV(B) 288.13º 0.92% 0.39% -
XYZ 5.73 2.82 12.05 -
YUV 40.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 81 8 99 0.18 0.92 0 0.61 288.13 0.85 0.21
Hex 51 8 63 12 5C 0 3D 120 55 15
Octal 121 10 143 22 134 0 75 440 125 25
Binary 1010001 1000 1100011 10010 1011100 0 111101 100100000 1010101 10101

Color Harmonies of #510863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510863

Black with #510863

Text Example


Text Example

White with #510863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510863; }

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

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

background-color css

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

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

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

border-color css

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

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

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