Html Css Color HEX #442DEF Han Purple

📋 copy color: '#442DEF'

red 68 ◦ green 45 ◦ blue 239

#442DEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #442DEF

Tints of Han Purple #442DEF

RGB

 RED value IS 68 (26.95% from 255) = 19.32%

 GREEN value IS 45 (17.97% from 255) = 12.78%

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 19.32%
G = 12.78%
B = 67.9%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#442DEF (or 0x442DEF) is known color: Han Purple. HEX triplet: 44, 2D and EF. RGB value is (68,45,239). Sum of RGB (Red+Green+Blue) = 68+45+239=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #442DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442DEF is #BBD210. Grayscale: #494949. Windows color (decimal): -12309009 or 15674692. OLE color: 15674692.

HSL color Cylindrical-coordinate representation of color #442DEF: hue angle of 247.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442DEF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 45 239 -
CMYK 0.72 0.81 0 0.06
HSL 247.11º 0.86% 0.56% -
HSV(B) 247.11º 0.81% 0.94% -
XYZ 18.9 9.34 82.47 -
YUV 73.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 68 45 239 0.72 0.81 0 0.06 247.11 0.86 0.56
Hex 44 2D EF 48 51 0 6 F7 56 38
Octal 104 55 357 110 121 0 6 367 126 70
Binary 1000100 101101 11101111 1001000 1010001 0 110 11110111 1010110 111000

Color Harmonies of #442DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DEF

Black with #442DEF

Text Example


Text Example

White with #442DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,239); }

 H1.HeaderClassName
 {
   color: #442DEF;
 }
 .AnyTagClassName
 {
   color: #442DEF;
 }
</style>

background-color css

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

 a { background-color: rgb(68,45,239); }

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

border-color css

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

 span { border-color: rgb(68,45,239); }

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