#3D2EF3

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

Shades of Han Purple #3D2EF3

Tints of Han Purple #3D2EF3

Color information

#3D2EF3 (or 0x3D2EF3) is unknown color: approx Han Purple. HEX triplet: 3D, 2E and F3. RGB value is (61,46,243). Sum of RGB (Red+Green+Blue) = 61+46+243=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #3D2EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2EF3 is #C2D10C. Grayscale: #484848. Windows color (decimal): -12767501 or 15937085. OLE color: 15937085.

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

Color convert

RGB6146243-
CMYK0.750.8100.05
HSL244.57º89.14%56.67%-
HSV(B)244.57º81.07%95.29%-
XYZ19.089.4285.61-
YUV72.94223.97119.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 243 (95.31% from 255) = 69.43%
R=17.43%
G=13.14%
B=69.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61462430.750.8100.05244.5789.1456.67
Hex3D2EF34B5105f55939
Octal75563631131210536513171
Binary11110110111011110011100101110100010101111101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,243); }

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

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

 a { background-color: rgb(61,46,243); }

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

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

 span { border-color: rgb(61,46,243); }

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