#441ED7

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

Shades of Han Purple #441ED7

Tints of Han Purple #441ED7

Color information

#441ED7 (or 0x441ED7) is unknown color: approx Han Purple. HEX triplet: 44, 1E and D7. RGB value is (68,30,215). Sum of RGB (Red+Green+Blue) = 68+30+215=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 215 (84.38% from 255 or 68.69% from 313); Max value from RGB is 215 - color contains mainly: blue. Hex color #441ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ED7 is #BBE128. Grayscale: #3D3D3D. Windows color (decimal): -12312873 or 14097988. OLE color: 14097988.

HSL color Cylindrical-coordinate representation of color #441ED7: hue angle of 252.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441ED7 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6830215-
CMYK0.680.8600.16
HSL252.32º75.51%48.04%-
HSV(B)252.32º86.05%84.31%-
XYZ15.117.0664.86-
YUV62.45214.09131.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 215 (84.38% from 255) = 68.69%
R=21.73%
G=9.58%
B=68.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68302150.680.8600.16252.3275.5148.04
Hex441ED74456010fc4c30
Octal1043632710412602037411460
Binary1000100111101101011110001001010110010000111111001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441ED7; }

 p { color: rgb(68,30,215); }

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

<style>
 a { background-color: #441ED7; }

 a { background-color: rgb(68,30,215); }

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

<style>
 span { border-color: #441ED7; }

 span { border-color: rgb(68,30,215); }

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