#3d1edd

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

Shades of Han Purple #3D1EDD

Tints of Han Purple #3D1EDD

Color information

#3D1EDD (or 0x3D1EDD) is unknown color: approx Han Purple. HEX triplet: 3D, 1E and DD. RGB value is (61,30,221). Sum of RGB (Red+Green+Blue) = 61+30+221=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1EDD is #C2E122. Grayscale: #3C3C3C. Windows color (decimal): -12771619 or 14491197. OLE color: 14491197.

HSL color Cylindrical-coordinate representation of color #3D1EDD: hue angle of 249.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1EDD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6130221-
CMYK0.720.8600.13
HSL249.74º76.1%49.22%-
HSV(B)249.74º86.43%86.67%-
XYZ15.447.1468.97-
YUV61.04218.27127.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 221 (86.72% from 255) = 70.83%
R=19.55%
G=9.62%
B=70.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61302210.720.8600.13249.7476.149.22
Hex3D1EDD48560Dfa4c31
Octal753633511012601537211461
Binary11110111110110111011001000101011001101111110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d1edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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