Html Css Color HEX #441EEC Han Purple

📋 copy color: '#441EEC'

red 68 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #441EEC

Tints of Han Purple #441EEC

RGB

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

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

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

R = 20.36%
G = 8.98%
B = 70.66%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#441EEC (or 0x441EEC) is known color: Han Purple. HEX triplet: 44, 1E and EC. RGB value is (68,30,236). Sum of RGB (Red+Green+Blue) = 68+30+236=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #441EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EEC is #BBE113. Grayscale: #404040. Windows color (decimal): -12312852 or 15474244. OLE color: 15474244.

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

Color convert

RGB 68 30 236 -
CMYK 0.71 0.87 0 0.07
HSL 251.07º 0.84% 0.52% -
HSV(B) 251.07º 0.87% 0.93% -
XYZ 17.99 8.21 79.99 -
YUV 64.85 224.59 130.25 -
System Red Green Blue C M Y K H S L
Decimal 68 30 236 0.71 0.87 0 0.07 251.07 0.84 0.52
Hex 44 1E EC 47 57 0 7 FB 54 34
Octal 104 36 354 107 127 0 7 373 124 64
Binary 1000100 11110 11101100 1000111 1010111 0 111 11111011 1010100 110100

Color Harmonies of #441EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EEC

Black with #441EEC

Text Example


Text Example

White with #441EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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