Html Css Color HEX #510BA6 Indigo

📋 copy color: '#510BA6'

red 81 ◦ green 11 ◦ blue 166

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

Shades of Indigo #510BA6

Tints of Indigo #510BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 166 (65.23% from 255) = 64.34%

R = 31.4%
G = 4.26%
B = 64.34%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#510BA6 (or 0x510BA6) is known color: Indigo. HEX triplet: 51, 0B and A6. RGB value is (81,11,166). Sum of RGB (Red+Green+Blue) = 81+11+166=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #510BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510BA6 is #AEF459. Grayscale: #313131. Windows color (decimal): -11465818 or 10881873. OLE color: 10881873.

HSL color Cylindrical-coordinate representation of color #510BA6: hue angle of 267.1º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510BA6 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 11 166 -
CMYK 0.51 0.93 0 0.35
HSL 267.1º 0.88% 0.35% -
HSV(B) 267.1º 0.93% 0.65% -
XYZ 10.4 4.74 36.44 -
YUV 49.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 81 11 166 0.51 0.93 0 0.35 267.1 0.88 0.35
Hex 51 B A6 33 5D 0 23 10B 58 23
Octal 121 13 246 63 135 0 43 413 130 43
Binary 1010001 1011 10100110 110011 1011101 0 100011 100001011 1011000 100011

Color Harmonies of #510BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BA6

Black with #510BA6

Text Example


Text Example

White with #510BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,11,166); }

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

background-color css

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

 a { background-color: rgb(81,11,166); }

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

border-color css

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

 span { border-color: rgb(81,11,166); }

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