Html Css Color HEX #4228FA Han Purple

📋 copy color: '#4228FA'

red 66 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #4228FA

Tints of Han Purple #4228FA

RGB

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

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

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

R = 18.54%
G = 11.24%
B = 70.22%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4228FA (or 0x4228FA) is known color: Han Purple. HEX triplet: 42, 28 and FA. RGB value is (66,40,250). Sum of RGB (Red+Green+Blue) = 66+40+250=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #4228FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4228FA is #BDD705. Grayscale: #464646. Windows color (decimal): -12441350 or 16394306. OLE color: 16394306.

HSL color Cylindrical-coordinate representation of color #4228FA: hue angle of 247.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4228FA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 40 250 -
CMYK 0.74 0.84 0 0.02
HSL 247.43º 0.95% 0.57% -
HSV(B) 247.43º 0.84% 0.98% -
XYZ 20.26 9.58 91.22 -
YUV 71.71 228.61 123.92 -
System Red Green Blue C M Y K H S L
Decimal 66 40 250 0.74 0.84 0 0.02 247.43 0.95 0.57
Hex 42 28 FA 4A 54 0 2 F7 5F 39
Octal 102 50 372 112 124 0 2 367 137 71
Binary 1000010 101000 11111010 1001010 1010100 0 10 11110111 1011111 111001

Color Harmonies of #4228FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228FA

Black with #4228FA

Text Example


Text Example

White with #4228FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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