#3316F1

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

Shades of Han Purple #3316F1

Tints of Han Purple #3316F1

Color information

#3316F1 (or 0x3316F1) is unknown color: approx Han Purple. HEX triplet: 33, 16 and F1. RGB value is (51,22,241). Sum of RGB (Red+Green+Blue) = 51+22+241=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 241 (94.53% from 255 or 76.75% from 314); Max value from RGB is 241 - color contains mainly: blue. Hex color #3316F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3316F1 is #CCE90E. Grayscale: #363636. Windows color (decimal): -13429007 or 15799859. OLE color: 15799859.

HSL color Cylindrical-coordinate representation of color #3316F1: hue angle of 247.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3316F1 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5122241-
CMYK0.790.9100.05
HSL247.95º88.66%51.57%-
HSV(B)247.95º90.87%94.51%-
XYZ17.537.6383.77-
YUV55.64232.61124.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 241 (94.53% from 255) = 76.75%
R=16.24%
G=7.01%
B=76.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51222410.790.9100.05247.9588.6651.57
Hex3316F14F5B05f85934
Octal63263611171330537013164
Binary1100111011011110001100111110110110101111110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3316F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3316F1; }

 p { color: rgb(51,22,241); }

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

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

 a { background-color: rgb(51,22,241); }

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

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

 span { border-color: rgb(51,22,241); }

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