Html Css Color HEX #510E7F Indigo

📋 copy color: '#510E7F'

red 81 ◦ green 14 ◦ blue 127

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

Shades of Indigo #510E7F

Tints of Indigo #510E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.21%

R = 36.49%
G = 6.31%
B = 57.21%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#510E7F (or 0x510E7F) is known color: Indigo. HEX triplet: 51, 0E and 7F. RGB value is (81,14,127). Sum of RGB (Red+Green+Blue) = 81+14+127=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #510E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E7F is #AEF180. Grayscale: #2E2E2E. Windows color (decimal): -11465089 or 8326737. OLE color: 8326737.

HSL color Cylindrical-coordinate representation of color #510E7F: hue angle of 275.58º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510E7F is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 14 127 -
CMYK 0.36 0.89 0 0.50
HSL 275.58º 0.8% 0.28% -
HSV(B) 275.58º 0.89% 0.5% -
XYZ 7.38 3.6 20.38 -
YUV 46.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 81 14 127 0.36 0.89 0 0.50 275.58 0.8 0.28
Hex 51 E 7F 24 59 0 32 114 50 1C
Octal 121 16 177 44 131 0 62 424 120 34
Binary 1010001 1110 1111111 100100 1011001 0 110010 100010100 1010000 11100

Color Harmonies of #510E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E7F

Black with #510E7F

Text Example


Text Example

White with #510E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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