Html Css Color HEX #4128DD Han Purple

📋 copy color: '#4128DD'

red 65 ◦ green 40 ◦ blue 221

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

Shades of Han Purple #4128DD

Tints of Han Purple #4128DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 19.94%
G = 12.27%
B = 67.79%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4128DD (or 0x4128DD) is known color: Han Purple. HEX triplet: 41, 28 and DD. RGB value is (65,40,221). Sum of RGB (Red+Green+Blue) = 65+40+221=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #4128DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128DD is #BED722. Grayscale: #434343. Windows color (decimal): -12506915 or 14493761. OLE color: 14493761.

HSL color Cylindrical-coordinate representation of color #4128DD: hue angle of 248.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4128DD is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 40 221 -
CMYK 0.71 0.82 0 0.13
HSL 248.29º 0.73% 0.51% -
HSV(B) 248.29º 0.82% 0.87% -
XYZ 15.99 7.86 69.08 -
YUV 68.11 214.28 125.78 -
System Red Green Blue C M Y K H S L
Decimal 65 40 221 0.71 0.82 0 0.13 248.29 0.73 0.51
Hex 41 28 DD 47 52 0 D F8 49 33
Octal 101 50 335 107 122 0 15 370 111 63
Binary 1000001 101000 11011101 1000111 1010010 0 1101 11111000 1001001 110011

Color Harmonies of #4128DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128DD

Black with #4128DD

Text Example


Text Example

White with #4128DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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