Html Css Color HEX #441BFE Han Purple

📋 copy color: '#441BFE'

red 68 ◦ green 27 ◦ blue 254

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

Shades of Han Purple #441BFE

Tints of Han Purple #441BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.78%

R = 19.48%
G = 7.74%
B = 72.78%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#441BFE (or 0x441BFE) is known color: Han Purple. HEX triplet: 44, 1B and FE. RGB value is (68,27,254). Sum of RGB (Red+Green+Blue) = 68+27+254=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #441BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BFE is #BBE401. Grayscale: #404040. Windows color (decimal): -12313602 or 16653124. OLE color: 16653124.

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

Color convert

RGB 68 27 254 -
CMYK 0.73 0.89 0 0.00
HSL 250.84º 0.99% 0.55% -
HSV(B) 250.84º 0.89% 1% -
XYZ 20.67 9.17 94.45 -
YUV 65.14 234.58 130.04 -
System Red Green Blue C M Y K H S L
Decimal 68 27 254 0.73 0.89 0 0.00 250.84 0.99 0.55
Hex 44 1B FE 49 59 0 0 FB 63 37
Octal 104 33 376 111 131 0 0 373 143 67
Binary 1000100 11011 11111110 1001001 1011001 0 0 11111011 1100011 110111

Color Harmonies of #441BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BFE

Black with #441BFE

Text Example


Text Example

White with #441BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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