#3D12DE

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

Shades of Han Purple #3D12DE

Tints of Han Purple #3D12DE

Color information

#3D12DE (or 0x3D12DE) is unknown color: approx Han Purple. HEX triplet: 3D, 12 and DE. RGB value is (61,18,222). Sum of RGB (Red+Green+Blue) = 61+18+222=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D12DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12DE is #C2ED21. Grayscale: #353535. Windows color (decimal): -12774690 or 14553661. OLE color: 14553661.

HSL color Cylindrical-coordinate representation of color #3D12DE: hue angle of 252.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D12DE is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6118222-
CMYK0.730.9200.13
HSL252.65º85%47.06%-
HSV(B)252.65º91.89%87.06%-
XYZ15.336.769.59-
YUV54.11222.75132.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 222 (87.11% from 255) = 73.75%
R=20.27%
G=5.98%
B=73.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61182220.730.9200.13252.658547.06
Hex3D12DE495C0Dfd552f
Octal752233611113401537512557
Binary11110110010110111101001001101110001101111111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,18,222); }

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

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

 a { background-color: rgb(61,18,222); }

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

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

 span { border-color: rgb(61,18,222); }

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