#3315EC

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

Shades of Han Purple #3315EC

Tints of Han Purple #3315EC

Color information

#3315EC (or 0x3315EC) is unknown color: approx Han Purple. HEX triplet: 33, 15 and EC. RGB value is (51,21,236). Sum of RGB (Red+Green+Blue) = 51+21+236=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #3315EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315EC is #CCEA13. Grayscale: #353535. Windows color (decimal): -13429268 or 15471923. OLE color: 15471923.

HSL color Cylindrical-coordinate representation of color #3315EC: hue angle of 248.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3315EC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5121236-
CMYK0.780.9100.07
HSL248.37º84.98%50.39%-
HSV(B)248.37º91.1%92.55%-
XYZ16.777.379.88-
YUV54.48230.44125.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 236 (92.58% from 255) = 76.62%
R=16.56%
G=6.82%
B=76.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51212360.780.9100.07248.3784.9850.39
Hex3315EC4E5B07f85532
Octal63253541161330737012562
Binary1100111010111101100100111010110110111111110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3315EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3315EC; }

 p { color: rgb(51,21,236); }

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

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

 a { background-color: rgb(51,21,236); }

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

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

 span { border-color: rgb(51,21,236); }

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