Html Css Color HEX #4128FC Han Purple

📋 copy color: '#4128FC'

red 65 ◦ green 40 ◦ blue 252

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

Shades of Han Purple #4128FC

Tints of Han Purple #4128FC

RGB

 RED value IS 65 (25.78% from 255) = 18.21%

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

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

R = 18.21%
G = 11.2%
B = 70.59%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4128FC (or 0x4128FC) is known color: Han Purple. HEX triplet: 41, 28 and FC. RGB value is (65,40,252). Sum of RGB (Red+Green+Blue) = 65+40+252=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #4128FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4128FC is #BED703. Grayscale: #464646. Windows color (decimal): -12506884 or 16525377. OLE color: 16525377.

HSL color Cylindrical-coordinate representation of color #4128FC: hue angle of 247.08º 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 #4128FC is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 40 252 -
CMYK 0.74 0.84 0 0.01
HSL 247.08º 0.97% 0.57% -
HSV(B) 247.08º 0.84% 0.99% -
XYZ 20.51 9.67 92.88 -
YUV 71.64 229.78 123.26 -
System Red Green Blue C M Y K H S L
Decimal 65 40 252 0.74 0.84 0 0.01 247.08 0.97 0.57
Hex 41 28 FC 4A 54 0 1 F7 61 39
Octal 101 50 374 112 124 0 1 367 141 71
Binary 1000001 101000 11111100 1001010 1010100 0 1 11110111 1100001 111001

Color Harmonies of #4128FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128FC

Black with #4128FC

Text Example


Text Example

White with #4128FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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