Html Css Color HEX #442FD9 Han Purple

📋 copy color: '#442FD9'

red 68 ◦ green 47 ◦ blue 217

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

Shades of Han Purple #442FD9

Tints of Han Purple #442FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 65.36%

R = 20.48%
G = 14.16%
B = 65.36%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#442FD9 (or 0x442FD9) is known color: Han Purple. HEX triplet: 44, 2F and D9. RGB value is (68,47,217). Sum of RGB (Red+Green+Blue) = 68+47+217=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 217 (85.16% from 255 or 65.36% from 332); Max value from RGB is 217 - color contains mainly: blue. Hex color #442FD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FD9 is #BBD026. Grayscale: #484848. Windows color (decimal): -12308519 or 14233412. OLE color: 14233412.

HSL color Cylindrical-coordinate representation of color #442FD9: hue angle of 247.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442FD9 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 47 217 -
CMYK 0.69 0.78 0 0.15
HSL 247.41º 0.69% 0.52% -
HSV(B) 247.41º 0.78% 0.85% -
XYZ 15.92 8.27 66.4 -
YUV 72.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 68 47 217 0.69 0.78 0 0.15 247.41 0.69 0.52
Hex 44 2F D9 45 4E 0 F F7 45 34
Octal 104 57 331 105 116 0 17 367 105 64
Binary 1000100 101111 11011001 1000101 1001110 0 1111 11110111 1000101 110100

Color Harmonies of #442FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FD9

Black with #442FD9

Text Example


Text Example

White with #442FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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