#3307FD

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

Shades of Han Purple #3307FD

Tints of Han Purple #3307FD

Color information

#3307FD (or 0x3307FD) is unknown color: approx Han Purple. HEX triplet: 33, 07 and FD. RGB value is (51,7,253). Sum of RGB (Red+Green+Blue) = 51+7+253=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #3307FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3307FD is #CCF802. Grayscale: #2F2F2F. Windows color (decimal): -13432835 or 16582451. OLE color: 16582451.

HSL color Cylindrical-coordinate representation of color #3307FD: hue angle of 250.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3307FD is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB517253-
CMYK0.800.9700.01
HSL250.73º98.4%50.98%-
HSV(B)250.73º97.23%99.22%-
XYZ19.177.9593.45-
YUV48.2243.58130-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 253 (99.22% from 255) = 81.35%
R=16.40%
G=2.25%
B=81.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5172530.800.9700.01250.7398.450.98
Hex337FD506101fb6233
Octal6373751201410137314263
Binary110011111111111011010000110000101111110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3307FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3307FD; }

 p { color: rgb(51,7,253); }

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

<style>
 a { background-color: #3307FD; }

 a { background-color: rgb(51,7,253); }

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

<style>
 span { border-color: #3307FD; }

 span { border-color: rgb(51,7,253); }

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