Html Css Color HEX #510AAC Indigo

📋 copy color: '#510AAC'

red 81 ◦ green 10 ◦ blue 172

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

Shades of Indigo #510AAC

Tints of Indigo #510AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 30.8%
G = 3.8%
B = 65.4%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510AAC (or 0x510AAC) is known color: Indigo. HEX triplet: 51, 0A and AC. RGB value is (81,10,172). Sum of RGB (Red+Green+Blue) = 81+10+172=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #510AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510AAC is #AEF553. Grayscale: #313131. Windows color (decimal): -11466068 or 11274833. OLE color: 11274833.

HSL color Cylindrical-coordinate representation of color #510AAC: hue angle of 266.3º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510AAC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 10 172 -
CMYK 0.53 0.94 0 0.33
HSL 266.3º 0.89% 0.36% -
HSV(B) 266.3º 0.94% 0.67% -
XYZ 10.95 4.94 39.41 -
YUV 49.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 81 10 172 0.53 0.94 0 0.33 266.3 0.89 0.36
Hex 51 A AC 35 5E 0 21 10A 59 24
Octal 121 12 254 65 136 0 41 412 131 44
Binary 1010001 1010 10101100 110101 1011110 0 100001 100001010 1011001 100100

Color Harmonies of #510AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AAC

Black with #510AAC

Text Example


Text Example

White with #510AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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