Html Css Color HEX #510DA0 Indigo

📋 copy color: '#510DA0'

red 81 ◦ green 13 ◦ blue 160

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

Shades of Indigo #510DA0

Tints of Indigo #510DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 31.89%
G = 5.12%
B = 62.99%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#510DA0 (or 0x510DA0) is known color: Indigo. HEX triplet: 51, 0D and A0. RGB value is (81,13,160). Sum of RGB (Red+Green+Blue) = 81+13+160=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #510DA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510DA0 is #AEF25F. Grayscale: #313131. Windows color (decimal): -11465312 or 10489169. OLE color: 10489169.

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

Color convert

RGB 81 13 160 -
CMYK 0.49 0.92 0 0.37
HSL 267.76º 0.85% 0.34% -
HSV(B) 267.76º 0.92% 0.63% -
XYZ 9.88 4.58 33.62 -
YUV 50.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 81 13 160 0.49 0.92 0 0.37 267.76 0.85 0.34
Hex 51 D A0 31 5C 0 25 10C 55 22
Octal 121 15 240 61 134 0 45 414 125 42
Binary 1010001 1101 10100000 110001 1011100 0 100101 100001100 1010101 100010

Color Harmonies of #510DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DA0

Black with #510DA0

Text Example


Text Example

White with #510DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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