Html Css Color HEX #441BFB Han Purple

📋 copy color: '#441BFB'

red 68 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #441BFB

Tints of Han Purple #441BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 19.65%
G = 7.8%
B = 72.54%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441BFB (or 0x441BFB) is known color: Han Purple. HEX triplet: 44, 1B and FB. RGB value is (68,27,251). Sum of RGB (Red+Green+Blue) = 68+27+251=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #441BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BFB is #BBE404. Grayscale: #3F3F3F. Windows color (decimal): -12313605 or 16456516. OLE color: 16456516.

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

Color convert

RGB 68 27 251 -
CMYK 0.73 0.89 0 0.02
HSL 250.98º 0.97% 0.55% -
HSV(B) 250.98º 0.89% 0.98% -
XYZ 20.19 8.98 91.94 -
YUV 64.8 233.08 130.29 -
System Red Green Blue C M Y K H S L
Decimal 68 27 251 0.73 0.89 0 0.02 250.98 0.97 0.55
Hex 44 1B FB 49 59 0 2 FB 61 37
Octal 104 33 373 111 131 0 2 373 141 67
Binary 1000100 11011 11111011 1001001 1011001 0 10 11111011 1100001 110111

Color Harmonies of #441BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BFB

Black with #441BFB

Text Example


Text Example

White with #441BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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