#501085

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

Shades of Indigo #501085

Tints of Indigo #501085

Color information

#501085 (or 0x501085) is unknown color: approx Indigo. HEX triplet: 50, 10 and 85. RGB value is (80,16,133). Sum of RGB (Red+Green+Blue) = 80+16+133=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #501085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501085 is #AFEF7A. Grayscale: #303030. Windows color (decimal): -11530107 or 8720464. OLE color: 8720464.

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

Color convert

RGB8016133-
CMYK0.400.8800.48
HSL272.82º78.52%29.22%-
HSV(B)272.82º87.97%52.16%-
XYZ7.733.7722.51-
YUV48.47175.7150.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=34.93%
G=6.99%
B=58.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80161330.400.8800.48272.8278.5229.22
Hex50108528580301114f1d
Octal120202055013006042111735
Binary1010000100001000010110100010110000110000100010001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501085; }

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

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

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

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

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

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

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

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