#3D16D9

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

Shades of Han Purple #3D16D9

Tints of Han Purple #3D16D9

Color information

#3D16D9 (or 0x3D16D9) is unknown color: approx Han Purple. HEX triplet: 3D, 16 and D9. RGB value is (61,22,217). Sum of RGB (Red+Green+Blue) = 61+22+217=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 217 (85.16% from 255 or 72.33% from 300); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D16D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D16D9 is #C2E926. Grayscale: #373737. Windows color (decimal): -12773671 or 14227005. OLE color: 14227005.

HSL color Cylindrical-coordinate representation of color #3D16D9: hue angle of 252º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D16D9 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6122217-
CMYK0.720.9000.15
HSL252º81.59%46.86%-
HSV(B)252º89.86%85.1%-
XYZ14.746.5866.14-
YUV55.89218.92131.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 217 (85.16% from 255) = 72.33%
R=20.33%
G=7.33%
B=72.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61222170.720.9000.1525281.5946.86
Hex3D16D9485A0Ffc522f
Octal752633111013201737412257
Binary11110110110110110011001000101101001111111111001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D16D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D16D9; }

 p { color: rgb(61,22,217); }

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

<style>
 a { background-color: #3D16D9; }

 a { background-color: rgb(61,22,217); }

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

<style>
 span { border-color: #3D16D9; }

 span { border-color: rgb(61,22,217); }

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