Html Css Color HEX #4402FA Han Purple

📋 copy color: '#4402FA'

red 68 ◦ green 2 ◦ blue 250

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

Shades of Han Purple #4402FA

Tints of Han Purple #4402FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 250 (98.05% from 255) = 78.13%

R = 21.25%
G = 0.63%
B = 78.13%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4402FA (or 0x4402FA) is known color: Han Purple. HEX triplet: 44, 02 and FA. RGB value is (68,2,250). Sum of RGB (Red+Green+Blue) = 68+2+250=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #4402FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4402FA is #BBFD05. Grayscale: #313131. Windows color (decimal): -12320006 or 16384580. OLE color: 16384580.

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

Color convert

RGB 68 2 250 -
CMYK 0.73 0.99 0 0.02
HSL 255.97º 0.98% 0.49% -
HSV(B) 255.97º 0.99% 0.98% -
XYZ 19.66 8.17 90.98 -
YUV 50.01 240.87 140.83 -
System Red Green Blue C M Y K H S L
Decimal 68 2 250 0.73 0.99 0 0.02 255.97 0.98 0.49
Hex 44 2 FA 49 63 0 2 100 62 31
Octal 104 2 372 111 143 0 2 400 142 61
Binary 1000100 10 11111010 1001001 1100011 0 10 100000000 1100010 110001

Color Harmonies of #4402FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4402FA

Black with #4402FA

Text Example


Text Example

White with #4402FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4402FA; }

 p { color: rgb(68,2,250); }

 H1.HeaderClassName
 {
   color: #4402FA;
 }
 .AnyTagClassName
 {
   color: #4402FA;
 }
</style>

background-color css

<style>
 a { background-color: #4402FA; }

 a { background-color: rgb(68,2,250); }

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

border-color css

<style>
 span { border-color: #4402FA; }

 span { border-color: rgb(68,2,250); }

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