#3D0FEF

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

Shades of Han Purple #3D0FEF

Tints of Han Purple #3D0FEF

Color information

#3D0FEF (or 0x3D0FEF) is unknown color: approx Han Purple. HEX triplet: 3D, 0F and EF. RGB value is (61,15,239). Sum of RGB (Red+Green+Blue) = 61+15+239=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0FEF is #C2F010. Grayscale: #353535. Windows color (decimal): -12775441 or 15667005. OLE color: 15667005.

HSL color Cylindrical-coordinate representation of color #3D0FEF: hue angle of 252.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0FEF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6115239-
CMYK0.740.9400.06
HSL252.32º88.19%49.8%-
HSV(B)252.32º93.72%93.73%-
XYZ17.687.5782.19-
YUV54.29232.24132.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 239 (93.75% from 255) = 75.87%
R=19.37%
G=4.76%
B=75.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61152390.740.9400.06252.3288.1949.8
Hex3DFEF4A5E06fc5832
Octal75173571121360637413062
Binary111101111111101111100101010111100110111111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,15,239); }

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

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

 a { background-color: rgb(61,15,239); }

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

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

 span { border-color: rgb(61,15,239); }

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