Html Css Color HEX #510C7A Indigo

📋 copy color: '#510C7A'

red 81 ◦ green 12 ◦ blue 122

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

Shades of Indigo #510C7A

Tints of Indigo #510C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 37.67%
G = 5.58%
B = 56.74%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#510C7A (or 0x510C7A) is known color: Indigo. HEX triplet: 51, 0C and 7A. RGB value is (81,12,122). Sum of RGB (Red+Green+Blue) = 81+12+122=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #510C7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C7A is #AEF385. Grayscale: #2C2C2C. Windows color (decimal): -11465606 or 7998545. OLE color: 7998545.

HSL color Cylindrical-coordinate representation of color #510C7A: hue angle of 277.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510C7A is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 12 122 -
CMYK 0.34 0.90 0 0.52
HSL 277.64º 0.82% 0.26% -
HSV(B) 277.64º 0.9% 0.48% -
XYZ 7.04 3.42 18.7 -
YUV 45.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 81 12 122 0.34 0.90 0 0.52 277.64 0.82 0.26
Hex 51 C 7A 22 5A 0 34 116 52 1A
Octal 121 14 172 42 132 0 64 426 122 32
Binary 1010001 1100 1111010 100010 1011010 0 110100 100010110 1010010 11010

Color Harmonies of #510C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C7A

Black with #510C7A

Text Example


Text Example

White with #510C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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