Html Css Color HEX #441EF8 Han Purple

📋 copy color: '#441EF8'

red 68 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #441EF8

Tints of Han Purple #441EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 71.68%

R = 19.65%
G = 8.67%
B = 71.68%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#441EF8 (or 0x441EF8) is known color: Han Purple. HEX triplet: 44, 1E and F8. RGB value is (68,30,248). Sum of RGB (Red+Green+Blue) = 68+30+248=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #441EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EF8 is #BBE107. Grayscale: #414141. Windows color (decimal): -12312840 or 16260676. OLE color: 16260676.

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

Color convert

RGB 68 30 248 -
CMYK 0.73 0.88 0 0.03
HSL 250.46º 0.94% 0.55% -
HSV(B) 250.46º 0.88% 0.97% -
XYZ 19.79 8.93 89.49 -
YUV 66.21 230.59 129.27 -
System Red Green Blue C M Y K H S L
Decimal 68 30 248 0.73 0.88 0 0.03 250.46 0.94 0.55
Hex 44 1E F8 49 58 0 3 FA 5E 37
Octal 104 36 370 111 130 0 3 372 136 67
Binary 1000100 11110 11111000 1001001 1011000 0 11 11111010 1011110 110111

Color Harmonies of #441EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EF8

Black with #441EF8

Text Example


Text Example

White with #441EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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