Html Css Color HEX #440DF0 Han Purple

📋 copy color: '#440DF0'

red 68 ◦ green 13 ◦ blue 240

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

Shades of Han Purple #440DF0

Tints of Han Purple #440DF0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 240 (94.14% from 255) = 74.77%

R = 21.18%
G = 4.05%
B = 74.77%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#440DF0 (or 0x440DF0) is known color: Han Purple. HEX triplet: 44, 0D and F0. RGB value is (68,13,240). Sum of RGB (Red+Green+Blue) = 68+13+240=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #440DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DF0 is #BBF20F. Grayscale: #363636. Windows color (decimal): -12317200 or 15732036. OLE color: 15732036.

HSL color Cylindrical-coordinate representation of color #440DF0: hue angle of 254.54º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DF0 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 13 240 -
CMYK 0.72 0.95 0 0.06
HSL 254.54º 0.9% 0.5% -
HSV(B) 254.54º 0.95% 0.94% -
XYZ 18.26 7.81 82.98 -
YUV 55.32 232.22 137.04 -
System Red Green Blue C M Y K H S L
Decimal 68 13 240 0.72 0.95 0 0.06 254.54 0.9 0.5
Hex 44 D F0 48 5F 0 6 FF 5A 32
Octal 104 15 360 110 137 0 6 377 132 62
Binary 1000100 1101 11110000 1001000 1011111 0 110 11111111 1011010 110010

Color Harmonies of #440DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DF0

Black with #440DF0

Text Example


Text Example

White with #440DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,13,240); }

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

background-color css

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

 a { background-color: rgb(68,13,240); }

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

border-color css

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

 span { border-color: rgb(68,13,240); }

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