Html Css Color HEX #4420FA Han Purple

📋 copy color: '#4420FA'

red 68 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #4420FA

Tints of Han Purple #4420FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 19.43%
G = 9.14%
B = 71.43%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4420FA (or 0x4420FA) is known color: Han Purple. HEX triplet: 44, 20 and FA. RGB value is (68,32,250). Sum of RGB (Red+Green+Blue) = 68+32+250=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #4420FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4420FA is #BBDF05. Grayscale: #424242. Windows color (decimal): -12312326 or 16392260. OLE color: 16392260.

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

Color convert

RGB 68 32 250 -
CMYK 0.73 0.87 0 0.02
HSL 249.91º 0.96% 0.55% -
HSV(B) 249.91º 0.87% 0.98% -
XYZ 20.16 9.16 91.15 -
YUV 67.62 230.93 128.27 -
System Red Green Blue C M Y K H S L
Decimal 68 32 250 0.73 0.87 0 0.02 249.91 0.96 0.55
Hex 44 20 FA 49 57 0 2 FA 60 37
Octal 104 40 372 111 127 0 2 372 140 67
Binary 1000100 100000 11111010 1001001 1010111 0 10 11111010 1100000 110111

Color Harmonies of #4420FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420FA

Black with #4420FA

Text Example


Text Example

White with #4420FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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