Html Css Color HEX #510A7E Indigo

📋 copy color: '#510A7E'

red 81 ◦ green 10 ◦ blue 126

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

Shades of Indigo #510A7E

Tints of Indigo #510A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.06%

R = 37.33%
G = 4.61%
B = 58.06%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#510A7E (or 0x510A7E) is known color: Indigo. HEX triplet: 51, 0A and 7E. RGB value is (81,10,126). Sum of RGB (Red+Green+Blue) = 81+10+126=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #510A7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A7E is #AEF581. Grayscale: #2C2C2C. Windows color (decimal): -11466114 or 8260177. OLE color: 8260177.

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

Color convert

RGB 81 10 126 -
CMYK 0.36 0.92 0 0.51
HSL 276.72º 0.85% 0.27% -
HSV(B) 276.72º 0.92% 0.49% -
XYZ 7.27 3.47 20.03 -
YUV 44.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 81 10 126 0.36 0.92 0 0.51 276.72 0.85 0.27
Hex 51 A 7E 24 5C 0 33 115 55 1B
Octal 121 12 176 44 134 0 63 425 125 33
Binary 1010001 1010 1111110 100100 1011100 0 110011 100010101 1010101 11011

Color Harmonies of #510A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A7E

Black with #510A7E

Text Example


Text Example

White with #510A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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