Html Css Color HEX #441DFE Han Purple

📋 copy color: '#441DFE'

red 68 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #441DFE

Tints of Han Purple #441DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 19.37%
G = 8.26%
B = 72.36%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#441DFE (or 0x441DFE) is known color: Han Purple. HEX triplet: 44, 1D and FE. RGB value is (68,29,254). Sum of RGB (Red+Green+Blue) = 68+29+254=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #441DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DFE is #BBE201. Grayscale: #414141. Windows color (decimal): -12313090 or 16653636. OLE color: 16653636.

HSL color Cylindrical-coordinate representation of color #441DFE: hue angle of 250.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #441DFE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 29 254 -
CMYK 0.73 0.89 0 0.00
HSL 250.4º 0.99% 0.55% -
HSV(B) 250.4º 0.89% 1% -
XYZ 20.71 9.26 94.46 -
YUV 66.31 233.92 129.2 -
System Red Green Blue C M Y K H S L
Decimal 68 29 254 0.73 0.89 0 0.00 250.4 0.99 0.55
Hex 44 1D FE 49 59 0 0 FA 63 37
Octal 104 35 376 111 131 0 0 372 143 67
Binary 1000100 11101 11111110 1001001 1011001 0 0 11111010 1100011 110111

Color Harmonies of #441DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441DFE

Black with #441DFE

Text Example


Text Example

White with #441DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,29,254); }

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

background-color css

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

 a { background-color: rgb(68,29,254); }

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

border-color css

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

 span { border-color: rgb(68,29,254); }

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