Html Css Color HEX #441AEF Han Purple

📋 copy color: '#441AEF'

red 68 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #441AEF

Tints of Han Purple #441AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 20.42%
G = 7.81%
B = 71.77%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#441AEF (or 0x441AEF) is known color: Han Purple. HEX triplet: 44, 1A and EF. RGB value is (68,26,239). Sum of RGB (Red+Green+Blue) = 68+26+239=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #441AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AEF is #BBE510. Grayscale: #3E3E3E. Windows color (decimal): -12313873 or 15669828. OLE color: 15669828.

HSL color Cylindrical-coordinate representation of color #441AEF: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441AEF is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 26 239 -
CMYK 0.72 0.89 0 0.06
HSL 251.83º 0.87% 0.52% -
HSV(B) 251.83º 0.89% 0.94% -
XYZ 18.33 8.2 82.28 -
YUV 62.84 227.41 131.68 -
System Red Green Blue C M Y K H S L
Decimal 68 26 239 0.72 0.89 0 0.06 251.83 0.87 0.52
Hex 44 1A EF 48 59 0 6 FC 57 34
Octal 104 32 357 110 131 0 6 374 127 64
Binary 1000100 11010 11101111 1001000 1011001 0 110 11111100 1010111 110100

Color Harmonies of #441AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AEF

Black with #441AEF

Text Example


Text Example

White with #441AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,26,239); }

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

background-color css

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

 a { background-color: rgb(68,26,239); }

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

border-color css

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

 span { border-color: rgb(68,26,239); }

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