Html Css Color HEX #511A9B Indigo

📋 copy color: '#511A9B'

red 81 ◦ green 26 ◦ blue 155

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

Shades of Indigo #511A9B

Tints of Indigo #511A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 30.92%
G = 9.92%
B = 59.16%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#511A9B (or 0x511A9B) is known color: Indigo. HEX triplet: 51, 1A and 9B. RGB value is (81,26,155). Sum of RGB (Red+Green+Blue) = 81+26+155=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #511A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A9B is #AEE564. Grayscale: #383838. Windows color (decimal): -11461989 or 10164817. OLE color: 10164817.

HSL color Cylindrical-coordinate representation of color #511A9B: hue angle of 265.58º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511A9B is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 26 155 -
CMYK 0.48 0.83 0 0.39
HSL 265.58º 0.71% 0.35% -
HSV(B) 265.58º 0.83% 0.61% -
XYZ 9.68 4.85 31.44 -
YUV 57.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 81 26 155 0.48 0.83 0 0.39 265.58 0.71 0.35
Hex 51 1A 9B 30 53 0 27 10A 47 23
Octal 121 32 233 60 123 0 47 412 107 43
Binary 1010001 11010 10011011 110000 1010011 0 100111 100001010 1000111 100011

Color Harmonies of #511A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A9B

Black with #511A9B

Text Example


Text Example

White with #511A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A9B; }

 p { color: rgb(81,26,155); }

 H1.HeaderClassName
 {
   color: #511A9B;
 }
 .AnyTagClassName
 {
   color: #511A9B;
 }
</style>

background-color css

<style>
 a { background-color: #511A9B; }

 a { background-color: rgb(81,26,155); }

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

border-color css

<style>
 span { border-color: #511A9B; }

 span { border-color: rgb(81,26,155); }

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