Html Css Color HEX #4401FD Han Purple

📋 copy color: '#4401FD'

red 68 ◦ green 1 ◦ blue 253

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

Shades of Han Purple #4401FD

Tints of Han Purple #4401FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 78.57%

R = 21.12%
G = 0.31%
B = 78.57%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4401FD (or 0x4401FD) is known color: Han Purple. HEX triplet: 44, 01 and FD. RGB value is (68,1,253). Sum of RGB (Red+Green+Blue) = 68+1+253=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #4401FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4401FD is #BBFE02. Grayscale: #303030. Windows color (decimal): -12320259 or 16580932. OLE color: 16580932.

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

Color convert

RGB 68 1 253 -
CMYK 0.73 1.00 0 0.01
HSL 255.95º 0.99% 0.5% -
HSV(B) 255.95º 1% 0.99% -
XYZ 20.12 8.34 93.48 -
YUV 49.76 242.7 141.01 -
System Red Green Blue C M Y K H S L
Decimal 68 1 253 0.73 1.00 0 0.01 255.95 0.99 0.5
Hex 44 1 FD 49 64 0 1 100 63 32
Octal 104 1 375 111 144 0 1 400 143 62
Binary 1000100 1 11111101 1001001 1100100 0 1 100000000 1100011 110010

Color Harmonies of #4401FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4401FD

Black with #4401FD

Text Example


Text Example

White with #4401FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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