#442BDF

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

Shades of Han Purple #442BDF

Tints of Han Purple #442BDF

Color information

#442BDF (or 0x442BDF) is unknown color: approx Han Purple. HEX triplet: 44, 2B and DF. RGB value is (68,43,223). Sum of RGB (Red+Green+Blue) = 68+43+223=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #442BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BDF is #BBD420. Grayscale: #464646. Windows color (decimal): -12309537 or 14625604. OLE color: 14625604.

HSL color Cylindrical-coordinate representation of color #442BDF: hue angle of 248.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442BDF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6843223-
CMYK0.700.8100.13
HSL248.33º73.77%52.16%-
HSV(B)248.33º80.72%87.45%-
XYZ16.578.2870.54-
YUV71213.78125.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 223 (87.5% from 255) = 66.77%
R=20.36%
G=12.87%
B=66.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68432230.700.8100.13248.3373.7752.16
Hex442BDF46510Df84a34
Octal1045333710612101537011264
Binary1000100101011110111111000110101000101101111110001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,223); }

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

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

 a { background-color: rgb(68,43,223); }

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

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

 span { border-color: rgb(68,43,223); }

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