Html Css Color HEX #441FFF Han Purple

📋 copy color: '#441FFF'

red 68 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #441FFF

Tints of Han Purple #441FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

 BLUE value IS 255 (100% from 255) = 72.03%

R = 19.21%
G = 8.76%
B = 72.03%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#441FFF (or 0x441FFF) is known color: Han Purple. HEX triplet: 44, 1F and FF. RGB value is (68,31,255). Sum of RGB (Red+Green+Blue) = 68+31+255=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #441FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFF is #BBE000. Grayscale: #424242. Windows color (decimal): -12312577 or 16719684. OLE color: 16719684.

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

Color convert

RGB 68 31 255 -
CMYK 0.73 0.88 0 0
HSL 249.91º 1% 0.56% -
HSV(B) 249.91º 0.88% 1% -
XYZ 20.92 9.43 95.32 -
YUV 67.6 233.76 128.29 -
System Red Green Blue C M Y K H S L
Decimal 68 31 255 0.73 0.88 0 0 249.91 1 0.56
Hex 44 1F FF 49 58 0 0 FA 64 38
Octal 104 37 377 111 130 0 0 372 144 70
Binary 1000100 11111 11111111 1001001 1011000 0 0 11111010 1100100 111000

Color Harmonies of #441FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FFF

Black with #441FFF

Text Example


Text Example

White with #441FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,255); }

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

background-color css

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

 a { background-color: rgb(68,31,255); }

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

border-color css

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

 span { border-color: rgb(68,31,255); }

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