Html Css Color HEX #4408F4 Han Purple

📋 copy color: '#4408F4'

red 68 ◦ green 8 ◦ blue 244

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

Shades of Han Purple #4408F4

Tints of Han Purple #4408F4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 244 (95.7% from 255) = 76.25%

R = 21.25%
G = 2.5%
B = 76.25%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4408F4 (or 0x4408F4) is known color: Han Purple. HEX triplet: 44, 08 and F4. RGB value is (68,8,244). Sum of RGB (Red+Green+Blue) = 68+8+244=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 244 (95.70% from 255 or 76.25% from 320); Max value from RGB is 244 - color contains mainly: blue. Hex color #4408F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4408F4 is #BBF70B. Grayscale: #333333. Windows color (decimal): -12318476 or 15992900. OLE color: 15992900.

HSL color Cylindrical-coordinate representation of color #4408F4: hue angle of 255.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4408F4 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 8 244 -
CMYK 0.72 0.97 0 0.04
HSL 255.25º 0.94% 0.49% -
HSV(B) 255.25º 0.97% 0.96% -
XYZ 18.8 7.93 86.13 -
YUV 52.84 235.88 138.81 -
System Red Green Blue C M Y K H S L
Decimal 68 8 244 0.72 0.97 0 0.04 255.25 0.94 0.49
Hex 44 8 F4 48 61 0 4 FF 5E 31
Octal 104 10 364 110 141 0 4 377 136 61
Binary 1000100 1000 11110100 1001000 1100001 0 100 11111111 1011110 110001

Color Harmonies of #4408F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4408F4

Black with #4408F4

Text Example


Text Example

White with #4408F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4408F4; }

 p { color: rgb(68,8,244); }

 H1.HeaderClassName
 {
   color: #4408F4;
 }
 .AnyTagClassName
 {
   color: #4408F4;
 }
</style>

background-color css

<style>
 a { background-color: #4408F4; }

 a { background-color: rgb(68,8,244); }

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

border-color css

<style>
 span { border-color: #4408F4; }

 span { border-color: rgb(68,8,244); }

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