Html Css Color HEX #441FFB Han Purple

📋 copy color: '#441FFB'

red 68 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #441FFB

Tints of Han Purple #441FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 19.43%
G = 8.86%
B = 71.71%

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

#441FFB (or 0x441FFB) is known color: Han Purple. HEX triplet: 44, 1F and FB. RGB value is (68,31,251). Sum of RGB (Red+Green+Blue) = 68+31+251=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #441FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FFB is #BBE004. Grayscale: #424242. Windows color (decimal): -12312581 or 16457540. OLE color: 16457540.

HSL color Cylindrical-coordinate representation of color #441FFB: hue angle of 250.09º degrees, saturation: 0.96, 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 #441FFB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 31 251 -
CMYK 0.73 0.88 0 0.02
HSL 250.09º 0.96% 0.55% -
HSV(B) 250.09º 0.88% 0.98% -
XYZ 20.29 9.17 91.97 -
YUV 67.14 231.76 128.61 -
System Red Green Blue C M Y K H S L
Decimal 68 31 251 0.73 0.88 0 0.02 250.09 0.96 0.55
Hex 44 1F FB 49 58 0 2 FA 60 37
Octal 104 37 373 111 130 0 2 372 140 67
Binary 1000100 11111 11111011 1001001 1011000 0 10 11111010 1100000 110111

Color Harmonies of #441FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FFB

Black with #441FFB

Text Example


Text Example

White with #441FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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