Html Css Color HEX #441ADD Han Purple

📋 copy color: '#441ADD'

red 68 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #441ADD

Tints of Han Purple #441ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 21.59%
G = 8.25%
B = 70.16%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#441ADD (or 0x441ADD) is known color: Han Purple. HEX triplet: 44, 1A and DD. RGB value is (68,26,221). Sum of RGB (Red+Green+Blue) = 68+26+221=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #441ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ADD is #BBE522. Grayscale: #3C3C3C. Windows color (decimal): -12313891 or 14490180. OLE color: 14490180.

HSL color Cylindrical-coordinate representation of color #441ADD: hue angle of 252.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441ADD is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 26 221 -
CMYK 0.69 0.88 0 0.13
HSL 252.92º 0.79% 0.48% -
HSV(B) 252.92º 0.88% 0.87% -
XYZ 15.8 7.19 68.96 -
YUV 60.79 218.41 133.14 -
System Red Green Blue C M Y K H S L
Decimal 68 26 221 0.69 0.88 0 0.13 252.92 0.79 0.48
Hex 44 1A DD 45 58 0 D FD 4F 30
Octal 104 32 335 105 130 0 15 375 117 60
Binary 1000100 11010 11011101 1000101 1011000 0 1101 11111101 1001111 110000

Color Harmonies of #441ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441ADD

Black with #441ADD

Text Example


Text Example

White with #441ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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