Html Css Color HEX #510376 Indigo

📋 copy color: '#510376'

red 81 ◦ green 3 ◦ blue 118

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

Shades of Indigo #510376

Tints of Indigo #510376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 40.1%
G = 1.49%
B = 58.42%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510376 (or 0x510376) is known color: Indigo. HEX triplet: 51, 03 and 76. RGB value is (81,3,118). Sum of RGB (Red+Green+Blue) = 81+3+118=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #510376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510376 is #AEFC89. Grayscale: #272727. Windows color (decimal): -11467914 or 7734097. OLE color: 7734097.

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

Color convert

RGB 81 3 118 -
CMYK 0.31 0.97 0 0.54
HSL 280.7º 0.95% 0.24% -
HSV(B) 280.7º 0.97% 0.46% -
XYZ 6.7 3.12 17.39 -
YUV 39.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 81 3 118 0.31 0.97 0 0.54 280.7 0.95 0.24
Hex 51 3 76 1F 61 0 36 119 5F 18
Octal 121 3 166 37 141 0 66 431 137 30
Binary 1010001 11 1110110 11111 1100001 0 110110 100011001 1011111 11000

Color Harmonies of #510376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510376

Black with #510376

Text Example


Text Example

White with #510376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510376; }

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

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

background-color css

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

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

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

border-color css

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

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

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