Html Css Color HEX #510460 Indigo

📋 copy color: '#510460'

red 81 ◦ green 4 ◦ blue 96

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

Shades of Indigo #510460

Tints of Indigo #510460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 44.75%
G = 2.21%
B = 53.04%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510460 (or 0x510460) is known color: Indigo. HEX triplet: 51, 04 and 60. RGB value is (81,4,96). Sum of RGB (Red+Green+Blue) = 81+4+96=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #510460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510460 is #AEFB9F. Grayscale: #252525. Windows color (decimal): -11467680 or 6292561. OLE color: 6292561.

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

Color convert

RGB 81 4 96 -
CMYK 0.16 0.96 0 0.62
HSL 290.22º 0.92% 0.2% -
HSV(B) 290.22º 0.96% 0.38% -
XYZ 5.55 2.68 11.29 -
YUV 37.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 81 4 96 0.16 0.96 0 0.62 290.22 0.92 0.2
Hex 51 4 60 10 60 0 3E 122 5C 14
Octal 121 4 140 20 140 0 76 442 134 24
Binary 1010001 100 1100000 10000 1100000 0 111110 100100010 1011100 10100

Color Harmonies of #510460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510460

Black with #510460

Text Example


Text Example

White with #510460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510460; }

 p { color: rgb(81,4,96); }

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

background-color css

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

 a { background-color: rgb(81,4,96); }

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

border-color css

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

 span { border-color: rgb(81,4,96); }

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