Html Css Color HEX #4027DD Han Purple

📋 copy color: '#4027DD'

red 64 ◦ green 39 ◦ blue 221

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

Shades of Han Purple #4027DD

Tints of Han Purple #4027DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 19.75%
G = 12.04%
B = 68.21%

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

#4027DD (or 0x4027DD) is known color: Han Purple. HEX triplet: 40, 27 and DD. RGB value is (64,39,221). Sum of RGB (Red+Green+Blue) = 64+39+221=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #4027DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027DD is #BFD822. Grayscale: #424242. Windows color (decimal): -12572707 or 14493504. OLE color: 14493504.

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

Color convert

RGB 64 39 221 -
CMYK 0.71 0.82 0 0.13
HSL 248.24º 0.73% 0.51% -
HSV(B) 248.24º 0.82% 0.87% -
XYZ 15.89 7.76 69.07 -
YUV 67.22 214.78 125.7 -
System Red Green Blue C M Y K H S L
Decimal 64 39 221 0.71 0.82 0 0.13 248.24 0.73 0.51
Hex 40 27 DD 47 52 0 D F8 49 33
Octal 100 47 335 107 122 0 15 370 111 63
Binary 1000000 100111 11011101 1000111 1010010 0 1101 11111000 1001001 110011

Color Harmonies of #4027DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027DD

Black with #4027DD

Text Example


Text Example

White with #4027DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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