Html Css Color HEX #510BAB Indigo

📋 copy color: '#510BAB'

red 81 ◦ green 11 ◦ blue 171

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

Shades of Indigo #510BAB

Tints of Indigo #510BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 30.8%
G = 4.18%
B = 65.02%

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

#510BAB (or 0x510BAB) is known color: Indigo. HEX triplet: 51, 0B and AB. RGB value is (81,11,171). Sum of RGB (Red+Green+Blue) = 81+11+171=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #510BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510BAB is #AEF454. Grayscale: #313131. Windows color (decimal): -11465813 or 11209553. OLE color: 11209553.

HSL color Cylindrical-coordinate representation of color #510BAB: hue angle of 266.25º degrees, saturation: 0.88, 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 #510BAB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 11 171 -
CMYK 0.53 0.94 0 0.33
HSL 266.25º 0.88% 0.36% -
HSV(B) 266.25º 0.94% 0.67% -
XYZ 10.86 4.93 38.91 -
YUV 50.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 81 11 171 0.53 0.94 0 0.33 266.25 0.88 0.36
Hex 51 B AB 35 5E 0 21 10A 58 24
Octal 121 13 253 65 136 0 41 412 130 44
Binary 1010001 1011 10101011 110101 1011110 0 100001 100001010 1011000 100100

Color Harmonies of #510BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BAB

Black with #510BAB

Text Example


Text Example

White with #510BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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