#3D2EF9

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

Shades of Han Purple #3D2EF9

Tints of Han Purple #3D2EF9

Color information

#3D2EF9 (or 0x3D2EF9) is unknown color: approx Han Purple. HEX triplet: 3D, 2E and F9. RGB value is (61,46,249). Sum of RGB (Red+Green+Blue) = 61+46+249=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #3D2EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2EF9 is #C2D106. Grayscale: #484848. Windows color (decimal): -12767495 or 16330301. OLE color: 16330301.

HSL color Cylindrical-coordinate representation of color #3D2EF9: hue angle of 244.43º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D2EF9 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6146249-
CMYK0.760.8200.02
HSL244.43º94.42%57.84%-
HSV(B)244.43º81.53%97.65%-
XYZ209.7990.46-
YUV73.63226.97118.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 46 (18.36% from 255) = 12.92%
BLUE value IS 249 (97.66% from 255) = 69.94%
R=17.13%
G=12.92%
B=69.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61462490.760.8200.02244.4394.4257.84
Hex3D2EF94C5202f45e3a
Octal75563711141220236413672
Binary1111011011101111100110011001010010010111101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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