#3113FF

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

Shades of Han Purple #3113FF

Tints of Han Purple #3113FF

Color information

#3113FF (or 0x3113FF) is unknown color: approx Han Purple. HEX triplet: 31, 13 and FF. RGB value is (49,19,255). Sum of RGB (Red+Green+Blue) = 49+19+255=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #3113FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3113FF is #CEEC00. Grayscale: #353535. Windows color (decimal): -13560833 or 16716593. OLE color: 16716593.

HSL color Cylindrical-coordinate representation of color #3113FF: hue angle of 247.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3113FF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4919255-
CMYK0.810.9300
HSL247.63º100%53.73%-
HSV(B)247.63º92.55%100%-
XYZ19.558.3495.19-
YUV54.87240.94123.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 19 (7.81% from 255) = 5.88%
BLUE value IS 255 (100% from 255) = 78.95%
R=15.17%
G=5.88%
B=78.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49192550.810.9300247.6310053.73
Hex3113FF515D00f86436
Octal61233771211350037014466
Binary11000110011111111111010001101110100111110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3113FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3113FF; }

 p { color: rgb(49,19,255); }

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

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

 a { background-color: rgb(49,19,255); }

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

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

 span { border-color: rgb(49,19,255); }

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