Html Css Color HEX #4401FF Han Purple

📋 copy color: '#4401FF'

red 68 ◦ green 1 ◦ blue 255

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

Shades of Han Purple #4401FF

Tints of Han Purple #4401FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 255 (100% from 255) = 78.7%

R = 20.99%
G = 0.31%
B = 78.7%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4401FF (or 0x4401FF) is known color: Han Purple. HEX triplet: 44, 01 and FF. RGB value is (68,1,255). Sum of RGB (Red+Green+Blue) = 68+1+255=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #4401FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4401FF is #BBFE00. Grayscale: #313131. Windows color (decimal): -12320257 or 16712004. OLE color: 16712004.

HSL color Cylindrical-coordinate representation of color #4401FF: hue angle of 255.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4401FF is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 1 255 -
CMYK 0.73 1.00 0 0
HSL 255.83º 1% 0.5% -
HSV(B) 255.83º 1% 1% -
XYZ 20.44 8.47 95.17 -
YUV 49.99 243.7 140.85 -
System Red Green Blue C M Y K H S L
Decimal 68 1 255 0.73 1.00 0 0 255.83 1 0.5
Hex 44 1 FF 49 64 0 0 100 64 32
Octal 104 1 377 111 144 0 0 400 144 62
Binary 1000100 1 11111111 1001001 1100100 0 0 100000000 1100100 110010

Color Harmonies of #4401FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401FF

Black with #4401FF

Text Example


Text Example

White with #4401FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4401FF; }

 p { color: rgb(68,1,255); }

 H1.HeaderClassName
 {
   color: #4401FF;
 }
 .AnyTagClassName
 {
   color: #4401FF;
 }
</style>

background-color css

<style>
 a { background-color: #4401FF; }

 a { background-color: rgb(68,1,255); }

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

border-color css

<style>
 span { border-color: #4401FF; }

 span { border-color: rgb(68,1,255); }

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