Html Css Color HEX #510C76 Indigo

📋 copy color: '#510C76'

red 81 ◦ green 12 ◦ blue 118

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

Shades of Indigo #510C76

Tints of Indigo #510C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

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

R = 38.39%
G = 5.69%
B = 55.92%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510C76 (or 0x510C76) is known color: Indigo. HEX triplet: 51, 0C and 76. RGB value is (81,12,118). Sum of RGB (Red+Green+Blue) = 81+12+118=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #510C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C76 is #AEF389. Grayscale: #2C2C2C. Windows color (decimal): -11465610 or 7736401. OLE color: 7736401.

HSL color Cylindrical-coordinate representation of color #510C76: hue angle of 279.06º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510C76 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 12 118 -
CMYK 0.31 0.90 0 0.54
HSL 279.06º 0.82% 0.25% -
HSV(B) 279.06º 0.9% 0.46% -
XYZ 6.79 3.32 17.42 -
YUV 44.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 81 12 118 0.31 0.90 0 0.54 279.06 0.82 0.25
Hex 51 C 76 1F 5A 0 36 117 52 19
Octal 121 14 166 37 132 0 66 427 122 31
Binary 1010001 1100 1110110 11111 1011010 0 110110 100010111 1010010 11001

Color Harmonies of #510C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C76

Black with #510C76

Text Example


Text Example

White with #510C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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