Html Css Color HEX #441DF1 Han Purple

📋 copy color: '#441DF1'

red 68 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #441DF1

Tints of Han Purple #441DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.58%

 BLUE value IS 241 (94.53% from 255) = 71.3%

R = 20.12%
G = 8.58%
B = 71.3%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#441DF1 (or 0x441DF1) is known color: Han Purple. HEX triplet: 44, 1D and F1. RGB value is (68,29,241). Sum of RGB (Red+Green+Blue) = 68+29+241=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #441DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DF1 is #BBE20E. Grayscale: #404040. Windows color (decimal): -12313103 or 15801668. OLE color: 15801668.

HSL color Cylindrical-coordinate representation of color #441DF1: hue angle of 251.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DF1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 29 241 -
CMYK 0.72 0.88 0 0.05
HSL 251.04º 0.88% 0.53% -
HSV(B) 251.04º 0.88% 0.95% -
XYZ 18.7 8.46 83.87 -
YUV 64.83 227.42 130.26 -
System Red Green Blue C M Y K H S L
Decimal 68 29 241 0.72 0.88 0 0.05 251.04 0.88 0.53
Hex 44 1D F1 48 58 0 5 FB 58 35
Octal 104 35 361 110 130 0 5 373 130 65
Binary 1000100 11101 11110001 1001000 1011000 0 101 11111011 1011000 110101

Color Harmonies of #441DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DF1

Black with #441DF1

Text Example


Text Example

White with #441DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441DF1; }

 p { color: rgb(68,29,241); }

 H1.HeaderClassName
 {
   color: #441DF1;
 }
 .AnyTagClassName
 {
   color: #441DF1;
 }
</style>

background-color css

<style>
 a { background-color: #441DF1; }

 a { background-color: rgb(68,29,241); }

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

border-color css

<style>
 span { border-color: #441DF1; }

 span { border-color: rgb(68,29,241); }

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