Html Css Color HEX #442FDF Han Purple

📋 copy color: '#442FDF'

red 68 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #442FDF

Tints of Han Purple #442FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 20.12%
G = 13.91%
B = 65.98%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#442FDF (or 0x442FDF) is known color: Han Purple. HEX triplet: 44, 2F and DF. RGB value is (68,47,223). Sum of RGB (Red+Green+Blue) = 68+47+223=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #442FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FDF is #BBD020. Grayscale: #484848. Windows color (decimal): -12308513 or 14626628. OLE color: 14626628.

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

Color convert

RGB 68 47 223 -
CMYK 0.70 0.79 0 0.13
HSL 247.16º 0.73% 0.53% -
HSV(B) 247.16º 0.79% 0.87% -
XYZ 16.72 8.59 70.59 -
YUV 73.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 68 47 223 0.70 0.79 0 0.13 247.16 0.73 0.53
Hex 44 2F DF 46 4F 0 D F7 49 35
Octal 104 57 337 106 117 0 15 367 111 65
Binary 1000100 101111 11011111 1000110 1001111 0 1101 11110111 1001001 110101

Color Harmonies of #442FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FDF

Black with #442FDF

Text Example


Text Example

White with #442FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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