Html Css Color HEX #4128FF Han Purple

📋 copy color: '#4128FF'

red 65 ◦ green 40 ◦ blue 255

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

Shades of Han Purple #4128FF

Tints of Han Purple #4128FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.83%

R = 18.06%
G = 11.11%
B = 70.83%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4128FF (or 0x4128FF) is known color: Han Purple. HEX triplet: 41, 28 and FF. RGB value is (65,40,255). Sum of RGB (Red+Green+Blue) = 65+40+255=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4128FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4128FF is #BED700. Grayscale: #474747. Windows color (decimal): -12506881 or 16721985. OLE color: 16721985.

HSL color Cylindrical-coordinate representation of color #4128FF: hue angle of 246.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4128FF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 40 255 -
CMYK 0.75 0.84 0 0
HSL 246.98º 1% 0.58% -
HSV(B) 246.98º 0.84% 1% -
XYZ 20.99 9.86 95.4 -
YUV 71.99 231.28 123.02 -
System Red Green Blue C M Y K H S L
Decimal 65 40 255 0.75 0.84 0 0 246.98 1 0.58
Hex 41 28 FF 4B 54 0 0 F7 64 3A
Octal 101 50 377 113 124 0 0 367 144 72
Binary 1000001 101000 11111111 1001011 1010100 0 0 11110111 1100100 111010

Color Harmonies of #4128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128FF

Black with #4128FF

Text Example


Text Example

White with #4128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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