Html Css Color HEX #510260 Indigo

📋 copy color: '#510260'

red 81 ◦ green 2 ◦ blue 96

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

Shades of Indigo #510260

Tints of Indigo #510260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 45.25%
G = 1.12%
B = 53.63%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510260 (or 0x510260) is known color: Indigo. HEX triplet: 51, 02 and 60. RGB value is (81,2,96). Sum of RGB (Red+Green+Blue) = 81+2+96=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #510260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510260 is #AEFD9F. Grayscale: #242424. Windows color (decimal): -11468192 or 6292049. OLE color: 6292049.

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

Color convert

RGB 81 2 96 -
CMYK 0.16 0.98 0 0.62
HSL 290.43º 0.96% 0.19% -
HSV(B) 290.43º 0.98% 0.38% -
XYZ 5.53 2.64 11.28 -
YUV 36.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 81 2 96 0.16 0.98 0 0.62 290.43 0.96 0.19
Hex 51 2 60 10 62 0 3E 122 60 13
Octal 121 2 140 20 142 0 76 442 140 23
Binary 1010001 10 1100000 10000 1100010 0 111110 100100010 1100000 10011

Color Harmonies of #510260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510260

Black with #510260

Text Example


Text Example

White with #510260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510260; }

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

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

background-color css

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

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

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

border-color css

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

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

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