Html Css Color HEX #441BFF Han Purple

📋 copy color: '#441BFF'

red 68 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #441BFF

Tints of Han Purple #441BFF

RGB

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

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

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

R = 19.43%
G = 7.71%
B = 72.86%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#441BFF (or 0x441BFF) is known color: Han Purple. HEX triplet: 44, 1B and FF. RGB value is (68,27,255). Sum of RGB (Red+Green+Blue) = 68+27+255=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #441BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BFF is #BBE400. Grayscale: #404040. Windows color (decimal): -12313601 or 16718660. OLE color: 16718660.

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

Color convert

RGB 68 27 255 -
CMYK 0.73 0.89 0 0
HSL 250.79º 1% 0.55% -
HSV(B) 250.79º 0.89% 1% -
XYZ 20.83 9.23 95.29 -
YUV 65.25 235.08 129.96 -
System Red Green Blue C M Y K H S L
Decimal 68 27 255 0.73 0.89 0 0 250.79 1 0.55
Hex 44 1B FF 49 59 0 0 FB 64 37
Octal 104 33 377 111 131 0 0 373 144 67
Binary 1000100 11011 11111111 1001001 1011001 0 0 11111011 1100100 110111

Color Harmonies of #441BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BFF

Black with #441BFF

Text Example


Text Example

White with #441BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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