#3d12dd

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

Shades of Han Purple #3D12DD

Tints of Han Purple #3D12DD

Color information

#3D12DD (or 0x3D12DD) is unknown color: approx Han Purple. HEX triplet: 3D, 12 and DD. RGB value is (61,18,221). Sum of RGB (Red+Green+Blue) = 61+18+221=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D12DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12DD is #C2ED22. Grayscale: #353535. Windows color (decimal): -12774691 or 14488125. OLE color: 14488125.

HSL color Cylindrical-coordinate representation of color #3D12DD: hue angle of 252.71º 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 #3D12DD is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6118221-
CMYK0.720.9200.13
HSL252.71º84.94%46.86%-
HSV(B)252.71º91.86%86.67%-
XYZ15.196.6568.89-
YUV54222.25132.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 221 (86.72% from 255) = 73.67%
R=20.33%
G=6%
B=73.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61182210.720.9200.13252.7184.9446.86
Hex3D12DD485C0Dfd552f
Octal752233511013401537512557
Binary11110110010110111011001000101110001101111111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d12dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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