#3115D8

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

Shades of Han Purple #3115D8

Tints of Han Purple #3115D8

Color information

#3115D8 (or 0x3115D8) is unknown color: approx Han Purple. HEX triplet: 31, 15 and D8. RGB value is (49,21,216). Sum of RGB (Red+Green+Blue) = 49+21+216=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 216 (84.77% from 255 or 75.52% from 286); Max value from RGB is 216 - color contains mainly: blue. Hex color #3115D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115D8 is #CEEA27. Grayscale: #323232. Windows color (decimal): -13560360 or 14161201. OLE color: 14161201.

HSL color Cylindrical-coordinate representation of color #3115D8: hue angle of 248.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3115D8 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4921216-
CMYK0.770.9000.15
HSL248.62º82.28%46.47%-
HSV(B)248.62º90.28%84.71%-
XYZ13.936.1565.42-
YUV51.6220.78126.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 216 (84.77% from 255) = 75.52%
R=17.13%
G=7.34%
B=75.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49212160.770.9000.15248.6282.2846.47
Hex3115D84D5A0Ff9522e
Octal612533011513201737112256
Binary11000110101110110001001101101101001111111110011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3115D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3115D8; }

 p { color: rgb(49,21,216); }

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

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

 a { background-color: rgb(49,21,216); }

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

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

 span { border-color: rgb(49,21,216); }

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