Html Css Color HEX #4228F5 Han Purple

📋 copy color: '#4228F5'

red 66 ◦ green 40 ◦ blue 245

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

Shades of Han Purple #4228F5

Tints of Han Purple #4228F5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

 BLUE value IS 245 (96.09% from 255) = 69.8%

R = 18.8%
G = 11.4%
B = 69.8%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4228F5 (or 0x4228F5) is known color: Han Purple. HEX triplet: 42, 28 and F5. RGB value is (66,40,245). Sum of RGB (Red+Green+Blue) = 66+40+245=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 245 (96.09% from 255 or 69.80% from 351); Max value from RGB is 245 - color contains mainly: blue. Hex color #4228F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4228F5 is #BDD70A. Grayscale: #464646. Windows color (decimal): -12441355 or 16066626. OLE color: 16066626.

HSL color Cylindrical-coordinate representation of color #4228F5: hue angle of 247.61º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4228F5 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 40 245 -
CMYK 0.73 0.84 0 0.04
HSL 247.61º 0.91% 0.56% -
HSV(B) 247.61º 0.84% 0.96% -
XYZ 19.49 9.27 87.15 -
YUV 71.14 226.11 124.33 -
System Red Green Blue C M Y K H S L
Decimal 66 40 245 0.73 0.84 0 0.04 247.61 0.91 0.56
Hex 42 28 F5 49 54 0 4 F8 5B 38
Octal 102 50 365 111 124 0 4 370 133 70
Binary 1000010 101000 11110101 1001001 1010100 0 100 11111000 1011011 111000

Color Harmonies of #4228F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228F5

Black with #4228F5

Text Example


Text Example

White with #4228F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4228F5; }

 p { color: rgb(66,40,245); }

 H1.HeaderClassName
 {
   color: #4228F5;
 }
 .AnyTagClassName
 {
   color: #4228F5;
 }
</style>

background-color css

<style>
 a { background-color: #4228F5; }

 a { background-color: rgb(66,40,245); }

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

border-color css

<style>
 span { border-color: #4228F5; }

 span { border-color: rgb(66,40,245); }

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