Html Css Color HEX #441AEC Han Purple

📋 copy color: '#441AEC'

red 68 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #441AEC

Tints of Han Purple #441AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 20.61%
G = 7.88%
B = 71.52%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#441AEC (or 0x441AEC) is known color: Han Purple. HEX triplet: 44, 1A and EC. RGB value is (68,26,236). Sum of RGB (Red+Green+Blue) = 68+26+236=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #441AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441AEC is #BBE513. Grayscale: #3D3D3D. Windows color (decimal): -12313876 or 15473220. OLE color: 15473220.

HSL color Cylindrical-coordinate representation of color #441AEC: hue angle of 252º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441AEC is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 26 236 -
CMYK 0.71 0.89 0 0.07
HSL 252º 0.85% 0.51% -
HSV(B) 252º 0.89% 0.93% -
XYZ 17.89 8.02 79.96 -
YUV 62.5 225.91 131.92 -
System Red Green Blue C M Y K H S L
Decimal 68 26 236 0.71 0.89 0 0.07 252 0.85 0.51
Hex 44 1A EC 47 59 0 7 FC 55 33
Octal 104 32 354 107 131 0 7 374 125 63
Binary 1000100 11010 11101100 1000111 1011001 0 111 11111100 1010101 110011

Color Harmonies of #441AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AEC

Black with #441AEC

Text Example


Text Example

White with #441AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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