Html Css Color HEX #4401FB Han Purple

📋 copy color: '#4401FB'

red 68 ◦ green 1 ◦ blue 251

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

Shades of Han Purple #4401FB

Tints of Han Purple #4401FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 21.25%
G = 0.31%
B = 78.44%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4401FB (or 0x4401FB) is known color: Han Purple. HEX triplet: 44, 01 and FB. RGB value is (68,1,251). Sum of RGB (Red+Green+Blue) = 68+1+251=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #4401FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4401FB is #BBFE04. Grayscale: #303030. Windows color (decimal): -12320261 or 16449860. OLE color: 16449860.

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

Color convert

RGB 68 1 251 -
CMYK 0.73 1.00 0 0.02
HSL 256.08º 0.99% 0.49% -
HSV(B) 256.08º 1% 0.98% -
XYZ 19.81 8.22 91.81 -
YUV 49.53 241.7 141.17 -
System Red Green Blue C M Y K H S L
Decimal 68 1 251 0.73 1.00 0 0.02 256.08 0.99 0.49
Hex 44 1 FB 49 64 0 2 100 63 31
Octal 104 1 373 111 144 0 2 400 143 61
Binary 1000100 1 11111011 1001001 1100100 0 10 100000000 1100011 110001

Color Harmonies of #4401FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401FB

Black with #4401FB

Text Example


Text Example

White with #4401FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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