Html Css Color HEX #441EDA Han Purple

📋 copy color: '#441EDA'

red 68 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #441EDA

Tints of Han Purple #441EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 21.52%
G = 9.49%
B = 68.99%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#441EDA (or 0x441EDA) is known color: Han Purple. HEX triplet: 44, 1E and DA. RGB value is (68,30,218). Sum of RGB (Red+Green+Blue) = 68+30+218=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #441EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EDA is #BBE125. Grayscale: #3E3E3E. Windows color (decimal): -12312870 or 14294596. OLE color: 14294596.

HSL color Cylindrical-coordinate representation of color #441EDA: hue angle of 252.13º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441EDA is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 30 218 -
CMYK 0.69 0.86 0 0.15
HSL 252.13º 0.76% 0.49% -
HSV(B) 252.13º 0.86% 0.85% -
XYZ 15.5 7.22 66.91 -
YUV 62.79 215.59 131.71 -
System Red Green Blue C M Y K H S L
Decimal 68 30 218 0.69 0.86 0 0.15 252.13 0.76 0.49
Hex 44 1E DA 45 56 0 F FC 4C 31
Octal 104 36 332 105 126 0 17 374 114 61
Binary 1000100 11110 11011010 1000101 1010110 0 1111 11111100 1001100 110001

Color Harmonies of #441EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EDA

Black with #441EDA

Text Example


Text Example

White with #441EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,218); }

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

background-color css

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

 a { background-color: rgb(68,30,218); }

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

border-color css

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

 span { border-color: rgb(68,30,218); }

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