Html Css Color HEX #442FDD Han Purple

📋 copy color: '#442FDD'

red 68 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #442FDD

Tints of Han Purple #442FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 20.24%
G = 13.99%
B = 65.77%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#442FDD (or 0x442FDD) is known color: Han Purple. HEX triplet: 44, 2F and DD. RGB value is (68,47,221). Sum of RGB (Red+Green+Blue) = 68+47+221=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #442FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FDD is #BBD022. Grayscale: #484848. Windows color (decimal): -12308515 or 14495556. OLE color: 14495556.

HSL color Cylindrical-coordinate representation of color #442FDD: hue angle of 247.24º degrees, saturation: 0.72, 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 #442FDD is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 47 221 -
CMYK 0.69 0.79 0 0.13
HSL 247.24º 0.72% 0.53% -
HSV(B) 247.24º 0.79% 0.87% -
XYZ 16.45 8.48 69.18 -
YUV 73.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 68 47 221 0.69 0.79 0 0.13 247.24 0.72 0.53
Hex 44 2F DD 45 4F 0 D F7 48 35
Octal 104 57 335 105 117 0 15 367 110 65
Binary 1000100 101111 11011101 1000101 1001111 0 1101 11110111 1001000 110101

Color Harmonies of #442FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FDD

Black with #442FDD

Text Example


Text Example

White with #442FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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