Html Css Color HEX #510695 Indigo

📋 copy color: '#510695'

red 81 ◦ green 6 ◦ blue 149

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

Shades of Indigo #510695

Tints of Indigo #510695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 34.32%
G = 2.54%
B = 63.14%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510695 (or 0x510695) is known color: Indigo. HEX triplet: 51, 06 and 95. RGB value is (81,6,149). Sum of RGB (Red+Green+Blue) = 81+6+149=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #510695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510695 is #AEF96A. Grayscale: #2C2C2C. Windows color (decimal): -11467115 or 9766481. OLE color: 9766481.

HSL color Cylindrical-coordinate representation of color #510695: hue angle of 271.47º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510695 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 6 149 -
CMYK 0.46 0.96 0 0.42
HSL 271.47º 0.92% 0.3% -
HSV(B) 271.47º 0.96% 0.58% -
XYZ 8.88 4.05 28.75 -
YUV 44.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 81 6 149 0.46 0.96 0 0.42 271.47 0.92 0.3
Hex 51 6 95 2E 60 0 2A 10F 5C 1E
Octal 121 6 225 56 140 0 52 417 134 36
Binary 1010001 110 10010101 101110 1100000 0 101010 100001111 1011100 11110

Color Harmonies of #510695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510695

Black with #510695

Text Example


Text Example

White with #510695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510695; }

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

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

background-color css

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

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

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

border-color css

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

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

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