Html Css Color HEX #510E70 Indigo

📋 copy color: '#510E70'

red 81 ◦ green 14 ◦ blue 112

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

Shades of Indigo #510E70

Tints of Indigo #510E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.76%

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

R = 39.13%
G = 6.76%
B = 54.11%

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

#510E70 (or 0x510E70) is known color: Indigo. HEX triplet: 51, 0E and 70. RGB value is (81,14,112). Sum of RGB (Red+Green+Blue) = 81+14+112=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #510E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E70 is #AEF18F. Grayscale: #2C2C2C. Windows color (decimal): -11465104 or 7343697. OLE color: 7343697.

HSL color Cylindrical-coordinate representation of color #510E70: hue angle of 281.02º degrees, saturation: 0.78, 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 #510E70 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 14 112 -
CMYK 0.28 0.88 0 0.56
HSL 281.02º 0.78% 0.25% -
HSV(B) 281.02º 0.88% 0.44% -
XYZ 6.48 3.23 15.61 -
YUV 45.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 81 14 112 0.28 0.88 0 0.56 281.02 0.78 0.25
Hex 51 E 70 1C 58 0 38 119 4E 19
Octal 121 16 160 34 130 0 70 431 116 31
Binary 1010001 1110 1110000 11100 1011000 0 111000 100011001 1001110 11001

Color Harmonies of #510E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E70

Black with #510E70

Text Example


Text Example

White with #510E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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