#442CDD

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

Shades of Han Purple #442CDD

Tints of Han Purple #442CDD

Color information

#442CDD (or 0x442CDD) is unknown color: approx Han Purple. HEX triplet: 44, 2C and DD. RGB value is (68,44,221). Sum of RGB (Red+Green+Blue) = 68+44+221=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #442CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CDD is #BBD322. Grayscale: #464646. Windows color (decimal): -12309283 or 14494788. OLE color: 14494788.

HSL color Cylindrical-coordinate representation of color #442CDD: hue angle of 248.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442CDD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6844221-
CMYK0.690.8000.13
HSL248.14º72.24%51.96%-
HSV(B)248.14º80.09%86.67%-
XYZ16.348.2569.14-
YUV71.35212.45125.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 221 (86.72% from 255) = 66.37%
R=20.42%
G=13.21%
B=66.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68442210.690.8000.13248.1472.2451.96
Hex442CDD45500Df84834
Octal1045433510512001537011064
Binary1000100101100110111011000101101000001101111110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442CDD; }

 p { color: rgb(68,44,221); }

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

<style>
 a { background-color: #442CDD; }

 a { background-color: rgb(68,44,221); }

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

<style>
 span { border-color: #442CDD; }

 span { border-color: rgb(68,44,221); }

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