Html Css Color HEX #440FFF Han Purple

📋 copy color: '#440FFF'

red 68 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #440FFF

Tints of Han Purple #440FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 255 (100% from 255) = 75.44%

R = 20.12%
G = 4.44%
B = 75.44%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#440FFF (or 0x440FFF) is known color: Han Purple. HEX triplet: 44, 0F and FF. RGB value is (68,15,255). Sum of RGB (Red+Green+Blue) = 68+15+255=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #440FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FFF is #BBF000. Grayscale: #393939. Windows color (decimal): -12316673 or 16715588. OLE color: 16715588.

HSL color Cylindrical-coordinate representation of color #440FFF: hue angle of 253.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FFF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 15 255 -
CMYK 0.73 0.94 0 0
HSL 253.25º 1% 0.53% -
HSV(B) 253.25º 0.94% 1% -
XYZ 20.6 8.79 95.22 -
YUV 58.21 239.06 134.99 -
System Red Green Blue C M Y K H S L
Decimal 68 15 255 0.73 0.94 0 0 253.25 1 0.53
Hex 44 F FF 49 5E 0 0 FD 64 35
Octal 104 17 377 111 136 0 0 375 144 65
Binary 1000100 1111 11111111 1001001 1011110 0 0 11111101 1100100 110101

Color Harmonies of #440FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FFF

Black with #440FFF

Text Example


Text Example

White with #440FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440FFF; }

 p { color: rgb(68,15,255); }

 H1.HeaderClassName
 {
   color: #440FFF;
 }
 .AnyTagClassName
 {
   color: #440FFF;
 }
</style>

background-color css

<style>
 a { background-color: #440FFF; }

 a { background-color: rgb(68,15,255); }

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

border-color css

<style>
 span { border-color: #440FFF; }

 span { border-color: rgb(68,15,255); }

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