Html Css Color HEX #510EA8 Indigo

📋 copy color: '#510EA8'

red 81 ◦ green 14 ◦ blue 168

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

Shades of Indigo #510EA8

Tints of Indigo #510EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 63.88%

R = 30.8%
G = 5.32%
B = 63.88%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#510EA8 (or 0x510EA8) is known color: Indigo. HEX triplet: 51, 0E and A8. RGB value is (81,14,168). Sum of RGB (Red+Green+Blue) = 81+14+168=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #510EA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510EA8 is #AEF157. Grayscale: #333333. Windows color (decimal): -11465048 or 11013713. OLE color: 11013713.

HSL color Cylindrical-coordinate representation of color #510EA8: hue angle of 266.1º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510EA8 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 14 168 -
CMYK 0.52 0.92 0 0.34
HSL 266.1º 0.85% 0.36% -
HSV(B) 266.1º 0.92% 0.66% -
XYZ 10.62 4.89 37.43 -
YUV 51.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 81 14 168 0.52 0.92 0 0.34 266.1 0.85 0.36
Hex 51 E A8 34 5C 0 22 10A 55 24
Octal 121 16 250 64 134 0 42 412 125 44
Binary 1010001 1110 10101000 110100 1011100 0 100010 100001010 1010101 100100

Color Harmonies of #510EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510EA8

Black with #510EA8

Text Example


Text Example

White with #510EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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