Html Css Color HEX #510E99 Indigo

📋 copy color: '#510E99'

red 81 ◦ green 14 ◦ blue 153

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

Shades of Indigo #510E99

Tints of Indigo #510E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 32.66%
G = 5.65%
B = 61.69%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#510E99 (or 0x510E99) is known color: Indigo. HEX triplet: 51, 0E and 99. RGB value is (81,14,153). Sum of RGB (Red+Green+Blue) = 81+14+153=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #510E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510E99 is #AEF166. Grayscale: #313131. Windows color (decimal): -11465063 or 10030673. OLE color: 10030673.

HSL color Cylindrical-coordinate representation of color #510E99: hue angle of 268.92º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510E99 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 14 153 -
CMYK 0.47 0.91 0 0.4
HSL 268.92º 0.83% 0.33% -
HSV(B) 268.92º 0.91% 0.6% -
XYZ 9.3 4.36 30.49 -
YUV 49.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 81 14 153 0.47 0.91 0 0.4 268.92 0.83 0.33
Hex 51 E 99 2F 5B 0 28 10D 53 21
Octal 121 16 231 57 133 0 50 415 123 41
Binary 1010001 1110 10011001 101111 1011011 0 101000 100001101 1010011 100001

Color Harmonies of #510E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E99

Black with #510E99

Text Example


Text Example

White with #510E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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