Html Css Color HEX #441EFB Han Purple

📋 copy color: '#441EFB'

red 68 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #441EFB

Tints of Han Purple #441EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 19.48%
G = 8.6%
B = 71.92%

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

#441EFB (or 0x441EFB) is known color: Han Purple. HEX triplet: 44, 1E and FB. RGB value is (68,30,251). Sum of RGB (Red+Green+Blue) = 68+30+251=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #441EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EFB is #BBE104. Grayscale: #414141. Windows color (decimal): -12312837 or 16457284. OLE color: 16457284.

HSL color Cylindrical-coordinate representation of color #441EFB: hue angle of 250.32º degrees, saturation: 0.97, 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 #441EFB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 30 251 -
CMYK 0.73 0.88 0 0.02
HSL 250.32º 0.97% 0.55% -
HSV(B) 250.32º 0.88% 0.98% -
XYZ 20.26 9.12 91.96 -
YUV 66.56 232.09 129.03 -
System Red Green Blue C M Y K H S L
Decimal 68 30 251 0.73 0.88 0 0.02 250.32 0.97 0.55
Hex 44 1E FB 49 58 0 2 FA 61 37
Octal 104 36 373 111 130 0 2 372 141 67
Binary 1000100 11110 11111011 1001001 1011000 0 10 11111010 1100001 110111

Color Harmonies of #441EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EFB

Black with #441EFB

Text Example


Text Example

White with #441EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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