Html Css Color HEX #510D70 Indigo

📋 copy color: '#510D70'

red 81 ◦ green 13 ◦ blue 112

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

Shades of Indigo #510D70

Tints of Indigo #510D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.31%

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 39.32%
G = 6.31%
B = 54.37%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510D70 (or 0x510D70) is known color: Indigo. HEX triplet: 51, 0D and 70. RGB value is (81,13,112). Sum of RGB (Red+Green+Blue) = 81+13+112=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #510D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D70 is #AEF28F. Grayscale: #2C2C2C. Windows color (decimal): -11465360 or 7343441. OLE color: 7343441.

HSL color Cylindrical-coordinate representation of color #510D70: hue angle of 281.21º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510D70 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 13 112 -
CMYK 0.28 0.88 0 0.56
HSL 281.21º 0.79% 0.25% -
HSV(B) 281.21º 0.88% 0.44% -
XYZ 6.46 3.21 15.61 -
YUV 44.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 81 13 112 0.28 0.88 0 0.56 281.21 0.79 0.25
Hex 51 D 70 1C 58 0 38 119 4F 19
Octal 121 15 160 34 130 0 70 431 117 31
Binary 1010001 1101 1110000 11100 1011000 0 111000 100011001 1001111 11001

Color Harmonies of #510D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D70

Black with #510D70

Text Example


Text Example

White with #510D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,112); }

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

background-color css

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

 a { background-color: rgb(81,13,112); }

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

border-color css

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

 span { border-color: rgb(81,13,112); }

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