#3D2EFD

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

Shades of Han Purple #3D2EFD

Tints of Han Purple #3D2EFD

Color information

#3D2EFD (or 0x3D2EFD) is unknown color: approx Han Purple. HEX triplet: 3D, 2E and FD. RGB value is (61,46,253). Sum of RGB (Red+Green+Blue) = 61+46+253=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D2EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2EFD is #C2D102. Grayscale: #494949. Windows color (decimal): -12767491 or 16592445. OLE color: 16592445.

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

Color convert

RGB6146253-
CMYK0.760.8200.01
HSL244.35º98.1%58.63%-
HSV(B)244.35º81.82%99.22%-
XYZ20.6310.0493.78-
YUV74.08228.97118.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.94%
GREEN value IS 46 (18.36% from 255) = 12.78%
BLUE value IS 253 (99.22% from 255) = 70.28%
R=16.94%
G=12.78%
B=70.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61462530.760.8200.01244.3598.158.63
Hex3D2EFD4C5201f4623b
Octal75563751141220136414273
Binary111101101110111111011001100101001001111101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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