Html Css Color HEX #440FF0 Han Purple

📋 copy color: '#440FF0'

red 68 ◦ green 15 ◦ blue 240

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

Shades of Han Purple #440FF0

Tints of Han Purple #440FF0

RGB

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

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

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

R = 21.05%
G = 4.64%
B = 74.3%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#440FF0 (or 0x440FF0) is known color: Han Purple. HEX triplet: 44, 0F and F0. RGB value is (68,15,240). Sum of RGB (Red+Green+Blue) = 68+15+240=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 240 (94.14% from 255 or 74.30% from 323); Max value from RGB is 240 - color contains mainly: blue. Hex color #440FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FF0 is #BBF00F. Grayscale: #373737. Windows color (decimal): -12316688 or 15732548. OLE color: 15732548.

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

Color convert

RGB 68 15 240 -
CMYK 0.72 0.94 0 0.06
HSL 254.13º 0.88% 0.5% -
HSV(B) 254.13º 0.94% 0.94% -
XYZ 18.28 7.86 82.99 -
YUV 56.5 231.56 136.2 -
System Red Green Blue C M Y K H S L
Decimal 68 15 240 0.72 0.94 0 0.06 254.13 0.88 0.5
Hex 44 F F0 48 5E 0 6 FE 58 32
Octal 104 17 360 110 136 0 6 376 130 62
Binary 1000100 1111 11110000 1001000 1011110 0 110 11111110 1011000 110010

Color Harmonies of #440FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FF0

Black with #440FF0

Text Example


Text Example

White with #440FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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