#500185

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

Shades of Indigo #500185

Tints of Indigo #500185

Color information

#500185 (or 0x500185) is unknown color: approx Indigo. HEX triplet: 50, 01 and 85. RGB value is (80,1,133). Sum of RGB (Red+Green+Blue) = 80+1+133=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #500185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500185 is #AFFE7A. Grayscale: #272727. Windows color (decimal): -11533947 or 8716624. OLE color: 8716624.

HSL color Cylindrical-coordinate representation of color #500185: hue angle of 275.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500185 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB801133-
CMYK0.400.9900.48
HSL275.91º98.51%26.27%-
HSV(B)275.91º99.25%52.16%-
XYZ7.553.4222.45-
YUV39.67180.67156.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=37.38%
G=0.47%
B=62.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8011330.400.9900.48275.9198.5126.27
Hex501852863030114631a
Octal12012055014306042414332
Binary101000011000010110100011000110110000100010100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500185; }

 p { color: rgb(80,1,133); }

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

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

 a { background-color: rgb(80,1,133); }

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

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

 span { border-color: rgb(80,1,133); }

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