#500265

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

Shades of Indigo #500265

Tints of Indigo #500265

Color information

#500265 (or 0x500265) is unknown color: approx Indigo. HEX triplet: 50, 02 and 65. RGB value is (80,2,101). Sum of RGB (Red+Green+Blue) = 80+2+101=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #500265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500265 is #AFFD9A. Grayscale: #242424. Windows color (decimal): -11533723 or 6619728. OLE color: 6619728.

HSL color Cylindrical-coordinate representation of color #500265: hue angle of 287.27º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500265 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB802101-
CMYK0.210.9800.60
HSL287.27º96.12%20.2%-
HSV(B)287.27º98.02%39.61%-
XYZ5.682.6912.53-
YUV36.61164.34158.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 101 (39.84% from 255) = 55.19%
R=43.72%
G=1.09%
B=55.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8021010.210.9800.60287.2796.1220.2
Hex50265156203C11f6014
Octal12021452514207443714024
Binary10100001011001011010111000100111100100011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500265; }

 p { color: rgb(80,2,101); }

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

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

 a { background-color: rgb(80,2,101); }

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

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

 span { border-color: rgb(80,2,101); }

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