#500385

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

Shades of Indigo #500385

Tints of Indigo #500385

Color information

#500385 (or 0x500385) is unknown color: approx Indigo. HEX triplet: 50, 03 and 85. RGB value is (80,3,133). Sum of RGB (Red+Green+Blue) = 80+3+133=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #500385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500385 is #AFFC7A. Grayscale: #282828. Windows color (decimal): -11533435 or 8717136. OLE color: 8717136.

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

Color convert

RGB803133-
CMYK0.400.9800.48
HSL275.54º95.59%26.67%-
HSV(B)275.54º97.74%52.16%-
XYZ7.573.4622.46-
YUV40.84180.01155.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=37.04%
G=1.39%
B=61.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8031330.400.9800.48275.5495.5926.67
Hex503852862030114601b
Octal12032055014206042414033
Binary1010000111000010110100011000100110000100010100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500385; }

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

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

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

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

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

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

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

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