#3D2FE3

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

Shades of Han Purple #3D2FE3

Tints of Han Purple #3D2FE3

Color information

#3D2FE3 (or 0x3D2FE3) is unknown color: approx Han Purple. HEX triplet: 3D, 2F and E3. RGB value is (61,47,227). Sum of RGB (Red+Green+Blue) = 61+47+227=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 227 (89.06% from 255 or 67.76% from 335); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D2FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2FE3 is #C2D01C. Grayscale: #474747. Windows color (decimal): -12767261 or 14888765. OLE color: 14888765.

HSL color Cylindrical-coordinate representation of color #3D2FE3: hue angle of 244.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D2FE3 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6147227-
CMYK0.730.7900.11
HSL244.67º76.27%53.73%-
HSV(B)244.67º79.3%89.02%-
XYZ16.818.5773.44-
YUV71.71215.64120.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 227 (89.06% from 255) = 67.76%
R=18.21%
G=14.03%
B=67.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61472270.730.7900.11244.6776.2753.73
Hex3D2FE3494F0Bf54c36
Octal755734311111701336511466
Binary111101101111111000111001001100111101011111101011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,227); }

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

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

 a { background-color: rgb(61,47,227); }

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

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

 span { border-color: rgb(61,47,227); }

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