Html Css Color HEX #4128DC Han Purple

📋 copy color: '#4128DC'

red 65 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #4128DC

Tints of Han Purple #4128DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 20%
G = 12.31%
B = 67.69%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4128DC (or 0x4128DC) is known color: Han Purple. HEX triplet: 41, 28 and DC. RGB value is (65,40,220). Sum of RGB (Red+Green+Blue) = 65+40+220=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #4128DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128DC is #BED723. Grayscale: #434343. Windows color (decimal): -12506916 or 14428225. OLE color: 14428225.

HSL color Cylindrical-coordinate representation of color #4128DC: hue angle of 248.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4128DC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 40 220 -
CMYK 0.70 0.82 0 0.14
HSL 248.33º 0.72% 0.51% -
HSV(B) 248.33º 0.82% 0.86% -
XYZ 15.86 7.81 68.38 -
YUV 68 213.78 125.86 -
System Red Green Blue C M Y K H S L
Decimal 65 40 220 0.70 0.82 0 0.14 248.33 0.72 0.51
Hex 41 28 DC 46 52 0 E F8 48 33
Octal 101 50 334 106 122 0 16 370 110 63
Binary 1000001 101000 11011100 1000110 1010010 0 1110 11111000 1001000 110011

Color Harmonies of #4128DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128DC

Black with #4128DC

Text Example


Text Example

White with #4128DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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