#500361

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

Shades of Indigo #500361

Tints of Indigo #500361

Color information

#500361 (or 0x500361) is unknown color: approx Indigo. HEX triplet: 50, 03 and 61. RGB value is (80,3,97). Sum of RGB (Red+Green+Blue) = 80+3+97=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #500361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500361 is #AFFC9E. Grayscale: #242424. Windows color (decimal): -11533471 or 6357840. OLE color: 6357840.

HSL color Cylindrical-coordinate representation of color #500361: hue angle of 289.15º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500361 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB80397-
CMYK0.180.9700.62
HSL289.15º94%19.61%-
HSV(B)289.15º96.91%38.04%-
XYZ5.52.6311.53-
YUV36.74162.01158.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=44.44%
G=1.67%
B=53.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal803970.180.9700.62289.159419.61
Hex50361126103E1215e14
Octal12031412214107644113624
Binary10100001111000011001011000010111110100100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500361; }

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

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

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

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

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

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

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

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