Html Css Color HEX #500691 Indigo

📋 copy color: '#500691'

red 80 ◦ green 6 ◦ blue 145

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

Shades of Indigo #500691

Tints of Indigo #500691

RGB

 RED value IS 80 (31.64% from 255) = 34.63%

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 34.63%
G = 2.6%
B = 62.77%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#500691 (or 0x500691) is known color: Indigo. HEX triplet: 50, 06 and 91. RGB value is (80,6,145). Sum of RGB (Red+Green+Blue) = 80+6+145=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 6 (2.73% from 255 or 2.60% 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 #500691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500691 is #AFF96E. Grayscale: #2B2B2B. Windows color (decimal): -11532655 or 9504336. OLE color: 9504336.

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

Color convert

RGB 80 6 145 -
CMYK 0.45 0.96 0 0.43
HSL 271.94º 0.92% 0.3% -
HSV(B) 271.94º 0.96% 0.57% -
XYZ 8.48 3.88 27.09 -
YUV 43.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 80 6 145 0.45 0.96 0 0.43 271.94 0.92 0.3
Hex 50 6 91 2D 60 0 2B 110 5C 1E
Octal 120 6 221 55 140 0 53 420 134 36
Binary 1010000 110 10010001 101101 1100000 0 101011 100010000 1011100 11110

Color Harmonies of #500691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500691

Black with #500691

Text Example


Text Example

White with #500691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500691; }

 p { color: rgb(80,6,145); }

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

background-color css

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

 a { background-color: rgb(80,6,145); }

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

border-color css

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

 span { border-color: rgb(80,6,145); }

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