Html Css Color HEX #510671 Indigo

📋 copy color: '#510671'

red 81 ◦ green 6 ◦ blue 113

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

Shades of Indigo #510671

Tints of Indigo #510671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 40.5%
G = 3%
B = 56.5%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510671 (or 0x510671) is known color: Indigo. HEX triplet: 51, 06 and 71. RGB value is (81,6,113). Sum of RGB (Red+Green+Blue) = 81+6+113=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #510671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510671 is #AEF98E. Grayscale: #282828. Windows color (decimal): -11467151 or 7407185. OLE color: 7407185.

HSL color Cylindrical-coordinate representation of color #510671: hue angle of 282.06º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510671 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 6 113 -
CMYK 0.28 0.95 0 0.56
HSL 282.06º 0.9% 0.23% -
HSV(B) 282.06º 0.95% 0.44% -
XYZ 6.44 3.07 15.88 -
YUV 40.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 81 6 113 0.28 0.95 0 0.56 282.06 0.9 0.23
Hex 51 6 71 1C 5F 0 38 11A 5A 17
Octal 121 6 161 34 137 0 70 432 132 27
Binary 1010001 110 1110001 11100 1011111 0 111000 100011010 1011010 10111

Color Harmonies of #510671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510671

Black with #510671

Text Example


Text Example

White with #510671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510671; }

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

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

background-color css

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

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

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

border-color css

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

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

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