Html Css Color HEX #4C28F4 Han Purple

📋 copy color: '#4C28F4'

red 76 ◦ green 40 ◦ blue 244

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

Shades of Han Purple #4C28F4

Tints of Han Purple #4C28F4

RGB

 RED value IS 76 (30.08% from 255) = 21.11%

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

 BLUE value IS 244 (95.7% from 255) = 67.78%

R = 21.11%
G = 11.11%
B = 67.78%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4C28F4 (or 0x4C28F4) is known color: Han Purple. HEX triplet: 4C, 28 and F4. RGB value is (76,40,244). Sum of RGB (Red+Green+Blue) = 76+40+244=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #4C28F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C28F4 is #B3D70B. Grayscale: #494949. Windows color (decimal): -11785996 or 16001100. OLE color: 16001100.

HSL color Cylindrical-coordinate representation of color #4C28F4: hue angle of 250.59º degrees, saturation: 0.9, 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 #4C28F4 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 40 244 -
CMYK 0.69 0.84 0 0.04
HSL 250.59º 0.9% 0.56% -
HSV(B) 250.59º 0.84% 0.96% -
XYZ 20.07 9.59 86.38 -
YUV 74.02 223.93 129.41 -
System Red Green Blue C M Y K H S L
Decimal 76 40 244 0.69 0.84 0 0.04 250.59 0.9 0.56
Hex 4C 28 F4 45 54 0 4 FB 5A 38
Octal 114 50 364 105 124 0 4 373 132 70
Binary 1001100 101000 11110100 1000101 1010100 0 100 11111011 1011010 111000

Color Harmonies of #4C28F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C28F4

Black with #4C28F4

Text Example


Text Example

White with #4C28F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C28F4; }

 p { color: rgb(76,40,244); }

 H1.HeaderClassName
 {
   color: #4C28F4;
 }
 .AnyTagClassName
 {
   color: #4C28F4;
 }
</style>

background-color css

<style>
 a { background-color: #4C28F4; }

 a { background-color: rgb(76,40,244); }

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

border-color css

<style>
 span { border-color: #4C28F4; }

 span { border-color: rgb(76,40,244); }

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