Html Css Color HEX #441EF9 Han Purple

📋 copy color: '#441EF9'

red 68 ◦ green 30 ◦ blue 249

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

Shades of Han Purple #441EF9

Tints of Han Purple #441EF9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 249 (97.66% from 255) = 71.76%

R = 19.6%
G = 8.65%
B = 71.76%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441EF9 (or 0x441EF9) is known color: Han Purple. HEX triplet: 44, 1E and F9. RGB value is (68,30,249). Sum of RGB (Red+Green+Blue) = 68+30+249=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #441EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EF9 is #BBE106. Grayscale: #414141. Windows color (decimal): -12312839 or 16326212. OLE color: 16326212.

HSL color Cylindrical-coordinate representation of color #441EF9: hue angle of 250.41º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441EF9 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 30 249 -
CMYK 0.73 0.88 0 0.02
HSL 250.41º 0.95% 0.55% -
HSV(B) 250.41º 0.88% 0.98% -
XYZ 19.95 9 90.31 -
YUV 66.33 231.09 129.19 -
System Red Green Blue C M Y K H S L
Decimal 68 30 249 0.73 0.88 0 0.02 250.41 0.95 0.55
Hex 44 1E F9 49 58 0 2 FA 5F 37
Octal 104 36 371 111 130 0 2 372 137 67
Binary 1000100 11110 11111001 1001001 1011000 0 10 11111010 1011111 110111

Color Harmonies of #441EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EF9

Black with #441EF9

Text Example


Text Example

White with #441EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,249); }

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

background-color css

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

 a { background-color: rgb(68,30,249); }

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

border-color css

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

 span { border-color: rgb(68,30,249); }

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