#3117F5

Color #3117F5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3117F5

Tints of Han Purple #3117F5

Color information

#3117F5 (or 0x3117F5) is unknown color: approx Han Purple. HEX triplet: 31, 17 and F5. RGB value is (49,23,245). Sum of RGB (Red+Green+Blue) = 49+23+245=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 245 (96.09% from 255 or 77.29% from 317); Max value from RGB is 245 - color contains mainly: blue. Hex color #3117F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117F5 is #CEE80A. Grayscale: #373737. Windows color (decimal): -13559819 or 16062257. OLE color: 16062257.

HSL color Cylindrical-coordinate representation of color #3117F5: hue angle of 247.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3117F5 is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4923245-
CMYK0.80.9100.04
HSL247.03º91.74%52.55%-
HSV(B)247.03º90.61%96.08%-
XYZ18.057.8686.95-
YUV56.08234.61122.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 245 (96.09% from 255) = 77.29%
R=15.46%
G=7.26%
B=77.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49232450.80.9100.04247.0391.7452.55
Hex3117F5505B04f75c35
Octal61273651201330436713465
Binary1100011011111110101101000010110110100111101111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3117F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3117F5; }

 p { color: rgb(49,23,245); }

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

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

 a { background-color: rgb(49,23,245); }

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

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

 span { border-color: rgb(49,23,245); }

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