Html Css Color HEX #510CAA Indigo

📋 copy color: '#510CAA'

red 81 ◦ green 12 ◦ blue 170

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

Shades of Indigo #510CAA

Tints of Indigo #510CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

 BLUE value IS 170 (66.8% from 255) = 64.64%

R = 30.8%
G = 4.56%
B = 64.64%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#510CAA (or 0x510CAA) is known color: Indigo. HEX triplet: 51, 0C and AA. RGB value is (81,12,170). Sum of RGB (Red+Green+Blue) = 81+12+170=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #510CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510CAA is #AEF355. Grayscale: #323232. Windows color (decimal): -11465558 or 11144273. OLE color: 11144273.

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

Color convert

RGB 81 12 170 -
CMYK 0.52 0.93 0 0.33
HSL 266.2º 0.87% 0.36% -
HSV(B) 266.2º 0.93% 0.67% -
XYZ 10.78 4.91 38.41 -
YUV 50.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 81 12 170 0.52 0.93 0 0.33 266.2 0.87 0.36
Hex 51 C AA 34 5D 0 21 10A 57 24
Octal 121 14 252 64 135 0 41 412 127 44
Binary 1010001 1100 10101010 110100 1011101 0 100001 100001010 1010111 100100

Color Harmonies of #510CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CAA

Black with #510CAA

Text Example


Text Example

White with #510CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,12,170); }

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

background-color css

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

 a { background-color: rgb(81,12,170); }

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

border-color css

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

 span { border-color: rgb(81,12,170); }

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