Html Css Color HEX #510591 Indigo

📋 copy color: '#510591'

red 81 ◦ green 5 ◦ blue 145

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

Shades of Indigo #510591

Tints of Indigo #510591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 35.06%
G = 2.16%
B = 62.77%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#510591 (or 0x510591) is known color: Indigo. HEX triplet: 51, 05 and 91. RGB value is (81,5,145). Sum of RGB (Red+Green+Blue) = 81+5+145=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #510591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510591 is #AEFA6E. Grayscale: #2B2B2B. Windows color (decimal): -11467375 or 9504081. OLE color: 9504081.

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

Color convert

RGB 81 5 145 -
CMYK 0.44 0.97 0 0.43
HSL 272.57º 0.93% 0.29% -
HSV(B) 272.57º 0.97% 0.57% -
XYZ 8.56 3.9 27.09 -
YUV 43.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 81 5 145 0.44 0.97 0 0.43 272.57 0.93 0.29
Hex 51 5 91 2C 61 0 2B 111 5D 1D
Octal 121 5 221 54 141 0 53 421 135 35
Binary 1010001 101 10010001 101100 1100001 0 101011 100010001 1011101 11101

Color Harmonies of #510591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510591

Black with #510591

Text Example


Text Example

White with #510591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510591; }

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

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

background-color css

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

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

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

border-color css

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

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

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