#3d29f8

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

Shades of Han Purple #3D29F8

Tints of Han Purple #3D29F8

Color information

#3D29F8 (or 0x3D29F8) is unknown color: approx Han Purple. HEX triplet: 3D, 29 and F8. RGB value is (61,41,248). Sum of RGB (Red+Green+Blue) = 61+41+248=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #3D29F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D29F8 is #C2D607. Grayscale: #454545. Windows color (decimal): -12768776 or 16263485. OLE color: 16263485.

HSL color Cylindrical-coordinate representation of color #3D29F8: hue angle of 245.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D29F8 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6141248-
CMYK0.750.8300.03
HSL245.8º93.67%56.67%-
HSV(B)245.8º83.47%97.25%-
XYZ19.669.3689.58-
YUV70.58228.13121.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 248 (97.27% from 255) = 70.86%
R=17.43%
G=11.71%
B=70.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61412480.750.8300.03245.893.6756.67
Hex3D29F84B5303f65e39
Octal75513701131230336613671
Binary1111011010011111100010010111010011011111101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d29f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,248); }

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

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

 a { background-color: rgb(61,41,248); }

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

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

 span { border-color: rgb(61,41,248); }

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