Html Css Color HEX #440AF8 Han Purple

📋 copy color: '#440AF8'

red 68 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #440AF8

Tints of Han Purple #440AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 248 (97.27% from 255) = 76.07%

R = 20.86%
G = 3.07%
B = 76.07%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#440AF8 (or 0x440AF8) is known color: Han Purple. HEX triplet: 44, 0A and F8. RGB value is (68,10,248). Sum of RGB (Red+Green+Blue) = 68+10+248=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 248 (97.27% from 255 or 76.07% from 326); Max value from RGB is 248 - color contains mainly: blue. Hex color #440AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440AF8 is #BBF507. Grayscale: #353535. Windows color (decimal): -12317960 or 16255556. OLE color: 16255556.

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

Color convert

RGB 68 10 248 -
CMYK 0.73 0.96 0 0.03
HSL 254.62º 0.94% 0.51% -
HSV(B) 254.62º 0.96% 0.97% -
XYZ 19.44 8.22 89.37 -
YUV 54.47 237.22 137.65 -
System Red Green Blue C M Y K H S L
Decimal 68 10 248 0.73 0.96 0 0.03 254.62 0.94 0.51
Hex 44 A F8 49 60 0 3 FF 5E 33
Octal 104 12 370 111 140 0 3 377 136 63
Binary 1000100 1010 11111000 1001001 1100000 0 11 11111111 1011110 110011

Color Harmonies of #440AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AF8

Black with #440AF8

Text Example


Text Example

White with #440AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,248); }

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

background-color css

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

 a { background-color: rgb(68,10,248); }

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

border-color css

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

 span { border-color: rgb(68,10,248); }

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