Html Css Color HEX #4224F1 Han Purple

📋 copy color: '#4224F1'

red 66 ◦ green 36 ◦ blue 241

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

Shades of Han Purple #4224F1

Tints of Han Purple #4224F1

RGB

 RED value IS 66 (26.17% from 255) = 19.24%

 GREEN value IS 36 (14.45% from 255) = 10.5%

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 19.24%
G = 10.5%
B = 70.26%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4224F1 (or 0x4224F1) is known color: Han Purple. HEX triplet: 42, 24 and F1. RGB value is (66,36,241). Sum of RGB (Red+Green+Blue) = 66+36+241=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #4224F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4224F1 is #BDDB0E. Grayscale: #434343. Windows color (decimal): -12442383 or 15803458. OLE color: 15803458.

HSL color Cylindrical-coordinate representation of color #4224F1: hue angle of 248.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4224F1 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 36 241 -
CMYK 0.73 0.85 0 0.05
HSL 248.78º 0.88% 0.54% -
HSV(B) 248.78º 0.85% 0.95% -
XYZ 18.75 8.77 83.92 -
YUV 68.34 225.44 126.33 -
System Red Green Blue C M Y K H S L
Decimal 66 36 241 0.73 0.85 0 0.05 248.78 0.88 0.54
Hex 42 24 F1 49 55 0 5 F9 58 36
Octal 102 44 361 111 125 0 5 371 130 66
Binary 1000010 100100 11110001 1001001 1010101 0 101 11111001 1011000 110110

Color Harmonies of #4224F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4224F1

Black with #4224F1

Text Example


Text Example

White with #4224F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4224F1; }

 p { color: rgb(66,36,241); }

 H1.HeaderClassName
 {
   color: #4224F1;
 }
 .AnyTagClassName
 {
   color: #4224F1;
 }
</style>

background-color css

<style>
 a { background-color: #4224F1; }

 a { background-color: rgb(66,36,241); }

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

border-color css

<style>
 span { border-color: #4224F1; }

 span { border-color: rgb(66,36,241); }

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