Html Css Color HEX #510276 Indigo

📋 copy color: '#510276'

red 81 ◦ green 2 ◦ blue 118

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

Shades of Indigo #510276

Tints of Indigo #510276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 40.3%
G = 1%
B = 58.71%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510276 (or 0x510276) is known color: Indigo. HEX triplet: 51, 02 and 76. RGB value is (81,2,118). Sum of RGB (Red+Green+Blue) = 81+2+118=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #510276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510276 is #AEFD89. Grayscale: #262626. Windows color (decimal): -11468170 or 7733841. OLE color: 7733841.

HSL color Cylindrical-coordinate representation of color #510276: hue angle of 280.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510276 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 2 118 -
CMYK 0.31 0.98 0 0.54
HSL 280.86º 0.97% 0.24% -
HSV(B) 280.86º 0.98% 0.46% -
XYZ 6.69 3.1 17.39 -
YUV 38.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 81 2 118 0.31 0.98 0 0.54 280.86 0.97 0.24
Hex 51 2 76 1F 62 0 36 119 61 18
Octal 121 2 166 37 142 0 66 431 141 30
Binary 1010001 10 1110110 11111 1100010 0 110110 100011001 1100001 11000

Color Harmonies of #510276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510276

Black with #510276

Text Example


Text Example

White with #510276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510276; }

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

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

background-color css

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

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

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

border-color css

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

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

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