Html Css Color HEX #441EFA Han Purple

📋 copy color: '#441EFA'

red 68 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #441EFA

Tints of Han Purple #441EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 19.54%
G = 8.62%
B = 71.84%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#441EFA (or 0x441EFA) is known color: Han Purple. HEX triplet: 44, 1E and FA. RGB value is (68,30,250). Sum of RGB (Red+Green+Blue) = 68+30+250=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #441EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EFA is #BBE105. Grayscale: #414141. Windows color (decimal): -12312838 or 16391748. OLE color: 16391748.

HSL color Cylindrical-coordinate representation of color #441EFA: hue angle of 250.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441EFA is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 30 250 -
CMYK 0.73 0.88 0 0.02
HSL 250.36º 0.96% 0.55% -
HSV(B) 250.36º 0.88% 0.98% -
XYZ 20.1 9.06 91.13 -
YUV 66.44 231.59 129.11 -
System Red Green Blue C M Y K H S L
Decimal 68 30 250 0.73 0.88 0 0.02 250.36 0.96 0.55
Hex 44 1E FA 49 58 0 2 FA 60 37
Octal 104 36 372 111 130 0 2 372 140 67
Binary 1000100 11110 11111010 1001001 1011000 0 10 11111010 1100000 110111

Color Harmonies of #441EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EFA

Black with #441EFA

Text Example


Text Example

White with #441EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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