Html Css Color HEX #510991 Indigo

📋 copy color: '#510991'

red 81 ◦ green 9 ◦ blue 145

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

Shades of Indigo #510991

Tints of Indigo #510991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 34.47%
G = 3.83%
B = 61.7%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510991 (or 0x510991) is known color: Indigo. HEX triplet: 51, 09 and 91. RGB value is (81,9,145). Sum of RGB (Red+Green+Blue) = 81+9+145=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #510991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510991 is #AEF66E. Grayscale: #2D2D2D. Windows color (decimal): -11466351 or 9505105. OLE color: 9505105.

HSL color Cylindrical-coordinate representation of color #510991: hue angle of 271.76º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510991 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 9 145 -
CMYK 0.44 0.94 0 0.43
HSL 271.76º 0.88% 0.3% -
HSV(B) 271.76º 0.94% 0.57% -
XYZ 8.6 3.99 27.1 -
YUV 46.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 81 9 145 0.44 0.94 0 0.43 271.76 0.88 0.3
Hex 51 9 91 2C 5E 0 2B 110 58 1E
Octal 121 11 221 54 136 0 53 420 130 36
Binary 1010001 1001 10010001 101100 1011110 0 101011 100010000 1011000 11110

Color Harmonies of #510991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510991

Black with #510991

Text Example


Text Example

White with #510991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510991; }

 p { color: rgb(81,9,145); }

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

background-color css

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

 a { background-color: rgb(81,9,145); }

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

border-color css

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

 span { border-color: rgb(81,9,145); }

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