Html Css Color HEX #440BF8 Han Purple

📋 copy color: '#440BF8'

red 68 ◦ green 11 ◦ blue 248

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

Shades of Han Purple #440BF8

Tints of Han Purple #440BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

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

R = 20.8%
G = 3.36%
B = 75.84%

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

#440BF8 (or 0x440BF8) is known color: Han Purple. HEX triplet: 44, 0B and F8. RGB value is (68,11,248). Sum of RGB (Red+Green+Blue) = 68+11+248=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #440BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440BF8 is #BBF407. Grayscale: #363636. Windows color (decimal): -12317704 or 16255812. OLE color: 16255812.

HSL color Cylindrical-coordinate representation of color #440BF8: hue angle of 254.43º 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 #440BF8 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 11 248 -
CMYK 0.73 0.96 0 0.03
HSL 254.43º 0.94% 0.51% -
HSV(B) 254.43º 0.96% 0.97% -
XYZ 19.45 8.25 89.37 -
YUV 55.06 236.88 137.23 -
System Red Green Blue C M Y K H S L
Decimal 68 11 248 0.73 0.96 0 0.03 254.43 0.94 0.51
Hex 44 B F8 49 60 0 3 FE 5E 33
Octal 104 13 370 111 140 0 3 376 136 63
Binary 1000100 1011 11111000 1001001 1100000 0 11 11111110 1011110 110011

Color Harmonies of #440BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BF8

Black with #440BF8

Text Example


Text Example

White with #440BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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