Html Css Color HEX #510A9D Indigo

📋 copy color: '#510A9D'

red 81 ◦ green 10 ◦ blue 157

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

Shades of Indigo #510A9D

Tints of Indigo #510A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 32.66%
G = 4.03%
B = 63.31%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#510A9D (or 0x510A9D) is known color: Indigo. HEX triplet: 51, 0A and 9D. RGB value is (81,10,157). Sum of RGB (Red+Green+Blue) = 81+10+157=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #510A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A9D is #AEF562. Grayscale: #2F2F2F. Windows color (decimal): -11466083 or 10291793. OLE color: 10291793.

HSL color Cylindrical-coordinate representation of color #510A9D: hue angle of 268.98º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510A9D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 10 157 -
CMYK 0.48 0.94 0 0.38
HSL 268.98º 0.88% 0.33% -
HSV(B) 268.98º 0.94% 0.62% -
XYZ 9.59 4.4 32.24 -
YUV 47.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 81 10 157 0.48 0.94 0 0.38 268.98 0.88 0.33
Hex 51 A 9D 30 5E 0 26 10D 58 21
Octal 121 12 235 60 136 0 46 415 130 41
Binary 1010001 1010 10011101 110000 1011110 0 100110 100001101 1011000 100001

Color Harmonies of #510A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A9D

Black with #510A9D

Text Example


Text Example

White with #510A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,157); }

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

background-color css

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

 a { background-color: rgb(81,10,157); }

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

border-color css

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

 span { border-color: rgb(81,10,157); }

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