Html Css Color HEX #510261 Indigo

📋 copy color: '#510261'

red 81 ◦ green 2 ◦ blue 97

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

Shades of Indigo #510261

Tints of Indigo #510261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 45%
G = 1.11%
B = 53.89%

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

#510261 (or 0x510261) is known color: Indigo. HEX triplet: 51, 02 and 61. RGB value is (81,2,97). Sum of RGB (Red+Green+Blue) = 81+2+97=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #510261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510261 is #AEFD9E. Grayscale: #242424. Windows color (decimal): -11468191 or 6357585. OLE color: 6357585.

HSL color Cylindrical-coordinate representation of color #510261: hue angle of 289.89º 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 #510261 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 2 97 -
CMYK 0.16 0.98 0 0.62
HSL 289.89º 0.96% 0.19% -
HSV(B) 289.89º 0.98% 0.38% -
XYZ 5.57 2.66 11.53 -
YUV 36.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 81 2 97 0.16 0.98 0 0.62 289.89 0.96 0.19
Hex 51 2 61 10 62 0 3E 122 60 13
Octal 121 2 141 20 142 0 76 442 140 23
Binary 1010001 10 1100001 10000 1100010 0 111110 100100010 1100000 10011

Color Harmonies of #510261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510261

Black with #510261

Text Example


Text Example

White with #510261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510261; }

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

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

background-color css

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

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

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

border-color css

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

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

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