#3317FD

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

Shades of Han Purple #3317FD

Tints of Han Purple #3317FD

Color information

#3317FD (or 0x3317FD) is unknown color: approx Han Purple. HEX triplet: 33, 17 and FD. RGB value is (51,23,253). Sum of RGB (Red+Green+Blue) = 51+23+253=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #3317FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3317FD is #CCE802. Grayscale: #383838. Windows color (decimal): -13428739 or 16586547. OLE color: 16586547.

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

Color convert

RGB5123253-
CMYK0.800.9100.01
HSL247.3º98.29%54.12%-
HSV(B)247.3º90.91%99.22%-
XYZ19.48.4193.53-
YUV57.59238.28123.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 23 (9.38% from 255) = 7.03%
BLUE value IS 253 (99.22% from 255) = 77.37%
R=15.60%
G=7.03%
B=77.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51232530.800.9100.01247.398.2954.12
Hex3317FD505B01f76236
Octal63273751201330136714266
Binary11001110111111111011010000101101101111101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3317FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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