Html Css Color HEX #441BF6 Han Purple

📋 copy color: '#441BF6'

red 68 ◦ green 27 ◦ blue 246

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

Shades of Han Purple #441BF6

Tints of Han Purple #441BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.14%

R = 19.94%
G = 7.92%
B = 72.14%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#441BF6 (or 0x441BF6) is known color: Han Purple. HEX triplet: 44, 1B and F6. RGB value is (68,27,246). Sum of RGB (Red+Green+Blue) = 68+27+246=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #441BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441BF6 is #BBE409. Grayscale: #3F3F3F. Windows color (decimal): -12313610 or 16128836. OLE color: 16128836.

HSL color Cylindrical-coordinate representation of color #441BF6: hue angle of 251.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441BF6 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 27 246 -
CMYK 0.72 0.89 0 0.04
HSL 251.23º 0.92% 0.54% -
HSV(B) 251.23º 0.89% 0.96% -
XYZ 19.41 8.67 87.84 -
YUV 64.23 230.58 130.69 -
System Red Green Blue C M Y K H S L
Decimal 68 27 246 0.72 0.89 0 0.04 251.23 0.92 0.54
Hex 44 1B F6 48 59 0 4 FB 5C 36
Octal 104 33 366 110 131 0 4 373 134 66
Binary 1000100 11011 11110110 1001000 1011001 0 100 11111011 1011100 110110

Color Harmonies of #441BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BF6

Black with #441BF6

Text Example


Text Example

White with #441BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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