#3316D6

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

Shades of Han Purple #3316D6

Tints of Han Purple #3316D6

Color information

#3316D6 (or 0x3316D6) is unknown color: approx Han Purple. HEX triplet: 33, 16 and D6. RGB value is (51,22,214). Sum of RGB (Red+Green+Blue) = 51+22+214=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 214 (83.98% from 255 or 74.56% from 287); Max value from RGB is 214 - color contains mainly: blue. Hex color #3316D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3316D6 is #CCE929. Grayscale: #333333. Windows color (decimal): -13429034 or 14030387. OLE color: 14030387.

HSL color Cylindrical-coordinate representation of color #3316D6: hue angle of 249.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3316D6 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5122214-
CMYK0.760.9000.16
HSL249.06º81.36%46.27%-
HSV(B)249.06º89.72%83.92%-
XYZ13.796.1364.08-
YUV52.56219.11126.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 214 (83.98% from 255) = 74.56%
R=17.77%
G=7.67%
B=74.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51222140.760.9000.16249.0681.3646.27
Hex3316D64C5A010f9512e
Octal632632611413202037112156
Binary110011101101101011010011001011010010000111110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3316D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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