Html Css Color HEX #441AE0 Han Purple

📋 copy color: '#441AE0'

red 68 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #441AE0

Tints of Han Purple #441AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70.44%

R = 21.38%
G = 8.18%
B = 70.44%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#441AE0 (or 0x441AE0) is known color: Han Purple. HEX triplet: 44, 1A and E0. RGB value is (68,26,224). Sum of RGB (Red+Green+Blue) = 68+26+224=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #441AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AE0 is #BBE51F. Grayscale: #3C3C3C. Windows color (decimal): -12313888 or 14686788. OLE color: 14686788.

HSL color Cylindrical-coordinate representation of color #441AE0: hue angle of 252.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441AE0 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 26 224 -
CMYK 0.70 0.88 0 0.12
HSL 252.73º 0.79% 0.49% -
HSV(B) 252.73º 0.88% 0.88% -
XYZ 16.21 7.35 71.09 -
YUV 61.13 219.91 132.9 -
System Red Green Blue C M Y K H S L
Decimal 68 26 224 0.70 0.88 0 0.12 252.73 0.79 0.49
Hex 44 1A E0 46 58 0 C FD 4F 31
Octal 104 32 340 106 130 0 14 375 117 61
Binary 1000100 11010 11100000 1000110 1011000 0 1100 11111101 1001111 110001

Color Harmonies of #441AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AE0

Black with #441AE0

Text Example


Text Example

White with #441AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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