Html Css Color HEX #4428FC Han Purple

📋 copy color: '#4428FC'

red 68 ◦ green 40 ◦ blue 252

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

Shades of Han Purple #4428FC

Tints of Han Purple #4428FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70%

R = 18.89%
G = 11.11%
B = 70%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4428FC (or 0x4428FC) is known color: Han Purple. HEX triplet: 44, 28 and FC. RGB value is (68,40,252). Sum of RGB (Red+Green+Blue) = 68+40+252=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #4428FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4428FC is #BBD703. Grayscale: #474747. Windows color (decimal): -12310276 or 16525380. OLE color: 16525380.

HSL color Cylindrical-coordinate representation of color #4428FC: hue angle of 247.92º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4428FC is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 40 252 -
CMYK 0.73 0.84 0 0.01
HSL 247.92º 0.97% 0.57% -
HSV(B) 247.92º 0.84% 0.99% -
XYZ 20.71 9.77 92.89 -
YUV 72.54 229.28 124.76 -
System Red Green Blue C M Y K H S L
Decimal 68 40 252 0.73 0.84 0 0.01 247.92 0.97 0.57
Hex 44 28 FC 49 54 0 1 F8 61 39
Octal 104 50 374 111 124 0 1 370 141 71
Binary 1000100 101000 11111100 1001001 1010100 0 1 11111000 1100001 111001

Color Harmonies of #4428FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4428FC

Black with #4428FC

Text Example


Text Example

White with #4428FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4428FC; }

 p { color: rgb(68,40,252); }

 H1.HeaderClassName
 {
   color: #4428FC;
 }
 .AnyTagClassName
 {
   color: #4428FC;
 }
</style>

background-color css

<style>
 a { background-color: #4428FC; }

 a { background-color: rgb(68,40,252); }

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

border-color css

<style>
 span { border-color: #4428FC; }

 span { border-color: rgb(68,40,252); }

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