#3D2CF5

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

Shades of Han Purple #3D2CF5

Tints of Han Purple #3D2CF5

Color information

#3D2CF5 (or 0x3D2CF5) is unknown color: approx Han Purple. HEX triplet: 3D, 2C and F5. RGB value is (61,44,245). Sum of RGB (Red+Green+Blue) = 61+44+245=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 245 (96.09% from 255 or 70% from 350); Max value from RGB is 245 - color contains mainly: blue. Hex color #3D2CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2CF5 is #C2D30A. Grayscale: #474747. Windows color (decimal): -12768011 or 16067645. OLE color: 16067645.

HSL color Cylindrical-coordinate representation of color #3D2CF5: hue angle of 245.07º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D2CF5 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6144245-
CMYK0.750.8200.04
HSL245.07º90.95%56.67%-
HSV(B)245.07º82.04%96.08%-
XYZ19.319.3987.18-
YUV72225.63120.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 245 (96.09% from 255) = 70%
R=17.43%
G=12.57%
B=70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61442450.750.8200.04245.0790.9556.67
Hex3D2CF54B5204f55b39
Octal75543651131220436513371
Binary11110110110011110101100101110100100100111101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,245); }

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

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

 a { background-color: rgb(61,44,245); }

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

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

 span { border-color: rgb(61,44,245); }

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