#500369

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

Shades of Indigo #500369

Tints of Indigo #500369

Color information

#500369 (or 0x500369) is unknown color: approx Indigo. HEX triplet: 50, 03 and 69. RGB value is (80,3,105). Sum of RGB (Red+Green+Blue) = 80+3+105=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #500369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500369 is #AFFC96. Grayscale: #252525. Windows color (decimal): -11533463 or 6882128. OLE color: 6882128.

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

Color convert

RGB803105-
CMYK0.240.9700.59
HSL285.29º94.44%21.18%-
HSV(B)285.29º97.14%41.18%-
XYZ5.892.7913.59-
YUV37.65166.01158.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=42.55%
G=1.60%
B=55.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8031050.240.9700.59285.2994.4421.18
Hex50369186103B11d5e15
Octal12031513014107343513625
Binary10100001111010011100011000010111011100011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500369; }

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

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

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

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

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

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

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

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