#3D28ED

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

Shades of Han Purple #3D28ED

Tints of Han Purple #3D28ED

Color information

#3D28ED (or 0x3D28ED) is unknown color: approx Han Purple. HEX triplet: 3D, 28 and ED. RGB value is (61,40,237). Sum of RGB (Red+Green+Blue) = 61+40+237=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D28ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D28ED is #C2D712. Grayscale: #434343. Windows color (decimal): -12769043 or 15542333. OLE color: 15542333.

HSL color Cylindrical-coordinate representation of color #3D28ED: hue angle of 246.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D28ED is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6140237-
CMYK0.740.8300.07
HSL246.4º84.55%54.31%-
HSV(B)246.4º83.12%92.94%-
XYZ17.978.6280.84-
YUV68.74222.96122.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 40 (16.02% from 255) = 11.83%
BLUE value IS 237 (92.97% from 255) = 70.12%
R=18.05%
G=11.83%
B=70.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61402370.740.8300.07246.484.5554.31
Hex3D28ED4A5307f65536
Octal75503551121230736612566
Binary11110110100011101101100101010100110111111101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D28ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,237); }

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

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

 a { background-color: rgb(61,40,237); }

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

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

 span { border-color: rgb(61,40,237); }

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