Html Css Color HEX #441FDF Han Purple

📋 copy color: '#441FDF'

red 68 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #441FDF

Tints of Han Purple #441FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 21.12%
G = 9.63%
B = 69.25%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#441FDF (or 0x441FDF) is known color: Han Purple. HEX triplet: 44, 1F and DF. RGB value is (68,31,223). Sum of RGB (Red+Green+Blue) = 68+31+223=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #441FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FDF is #BBE020. Grayscale: #3F3F3F. Windows color (decimal): -12312609 or 14622532. OLE color: 14622532.

HSL color Cylindrical-coordinate representation of color #441FDF: hue angle of 251.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441FDF is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 31 223 -
CMYK 0.70 0.86 0 0.13
HSL 251.56º 0.76% 0.5% -
HSV(B) 251.56º 0.86% 0.87% -
XYZ 16.19 7.54 70.41 -
YUV 63.95 217.76 130.89 -
System Red Green Blue C M Y K H S L
Decimal 68 31 223 0.70 0.86 0 0.13 251.56 0.76 0.5
Hex 44 1F DF 46 56 0 D FC 4C 32
Octal 104 37 337 106 126 0 15 374 114 62
Binary 1000100 11111 11011111 1000110 1010110 0 1101 11111100 1001100 110010

Color Harmonies of #441FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FDF

Black with #441FDF

Text Example


Text Example

White with #441FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,223); }

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

background-color css

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

 a { background-color: rgb(68,31,223); }

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

border-color css

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

 span { border-color: rgb(68,31,223); }

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