#3D1AF2

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

Shades of Han Purple #3D1AF2

Tints of Han Purple #3D1AF2

Color information

#3D1AF2 (or 0x3D1AF2) is unknown color: approx Han Purple. HEX triplet: 3D, 1A and F2. RGB value is (61,26,242). Sum of RGB (Red+Green+Blue) = 61+26+242=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D1AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1AF2 is #C2E50D. Grayscale: #3C3C3C. Windows color (decimal): -12772622 or 15866429. OLE color: 15866429.

HSL color Cylindrical-coordinate representation of color #3D1AF2: hue angle of 249.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1AF2 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6126242-
CMYK0.750.8900.05
HSL249.72º89.26%52.55%-
HSV(B)249.72º89.26%94.9%-
XYZ18.328.1484.61-
YUV61.09230.1127.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 242 (94.92% from 255) = 73.56%
R=18.54%
G=7.90%
B=73.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61262420.750.8900.05249.7289.2652.55
Hex3D1AF24B5905fa5935
Octal75323621131310537213165
Binary1111011101011110010100101110110010101111110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,26,242); }

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

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

 a { background-color: rgb(61,26,242); }

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

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

 span { border-color: rgb(61,26,242); }

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