Html Css Color HEX #4028DD Han Purple

📋 copy color: '#4028DD'

red 64 ◦ green 40 ◦ blue 221

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

Shades of Han Purple #4028DD

Tints of Han Purple #4028DD

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

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

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

R = 19.69%
G = 12.31%
B = 68%

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

#4028DD (or 0x4028DD) is known color: Han Purple. HEX triplet: 40, 28 and DD. RGB value is (64,40,221). Sum of RGB (Red+Green+Blue) = 64+40+221=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #4028DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028DD is #BFD722. Grayscale: #434343. Windows color (decimal): -12572451 or 14493760. OLE color: 14493760.

HSL color Cylindrical-coordinate representation of color #4028DD: hue angle of 247.96º 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 #4028DD is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 40 221 -
CMYK 0.71 0.82 0 0.13
HSL 247.96º 0.73% 0.51% -
HSV(B) 247.96º 0.82% 0.87% -
XYZ 15.92 7.83 69.08 -
YUV 67.81 214.45 125.28 -
System Red Green Blue C M Y K H S L
Decimal 64 40 221 0.71 0.82 0 0.13 247.96 0.73 0.51
Hex 40 28 DD 47 52 0 D F8 49 33
Octal 100 50 335 107 122 0 15 370 111 63
Binary 1000000 101000 11011101 1000111 1010010 0 1101 11111000 1001001 110011

Color Harmonies of #4028DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4028DD

Black with #4028DD

Text Example


Text Example

White with #4028DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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