#500969

Color #500969 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #500969

Tints of Indigo #500969

Color information

#500969 (or 0x500969) is unknown color: approx Indigo. HEX triplet: 50, 09 and 69. RGB value is (80,9,105). Sum of RGB (Red+Green+Blue) = 80+9+105=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #500969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500969 is #AFF696. Grayscale: #282828. Windows color (decimal): -11531927 or 6883664. OLE color: 6883664.

HSL color Cylindrical-coordinate representation of color #500969: hue angle of 284.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500969 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB809105-
CMYK0.240.9100.59
HSL284.38º84.21%22.35%-
HSV(B)284.38º91.43%41.18%-
XYZ5.962.9213.61-
YUV41.17164.02155.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=41.24%
G=4.64%
B=54.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8091050.240.9100.59284.3884.2122.35
Hex50969185B03B11c5416
Octal120111513013307343412426
Binary1010000100111010011100010110110111011100011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500969; }

 p { color: rgb(80,9,105); }

 H1.HeaderClassName
 {
   color: #500969;
 }
 .AnyTagClassName
 {
   color: #500969;
 }
</style>
background-color css

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

 a { background-color: rgb(80,9,105); }

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

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

 span { border-color: rgb(80,9,105); }

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