#3313D8

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

Shades of Han Purple #3313D8

Tints of Han Purple #3313D8

Color information

#3313D8 (or 0x3313D8) is unknown color: approx Han Purple. HEX triplet: 33, 13 and D8. RGB value is (51,19,216). Sum of RGB (Red+Green+Blue) = 51+19+216=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 19 (7.81% from 255 or 6.64% 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 #3313D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313D8 is #CCEC27. Grayscale: #323232. Windows color (decimal): -13429800 or 14160691. OLE color: 14160691.

HSL color Cylindrical-coordinate representation of color #3313D8: hue angle of 249.75º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313D8 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5119216-
CMYK0.760.9100.15
HSL249.75º83.83%46.08%-
HSV(B)249.75º91.2%84.71%-
XYZ13.996.1365.41-
YUV51.03221.1127.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 216 (84.77% from 255) = 75.52%
R=17.83%
G=6.64%
B=75.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51192160.760.9100.15249.7583.8346.08
Hex3313D84C5B0Ffa542e
Octal632333011413301737212456
Binary11001110011110110001001100101101101111111110101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3313D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,19,216); }

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

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

 a { background-color: rgb(51,19,216); }

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

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

 span { border-color: rgb(51,19,216); }

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