Html Css Color HEX #4027DB Han Purple

📋 copy color: '#4027DB'

red 64 ◦ green 39 ◦ blue 219

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

Shades of Han Purple #4027DB

Tints of Han Purple #4027DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 19.88%
G = 12.11%
B = 68.01%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4027DB (or 0x4027DB) is known color: Han Purple. HEX triplet: 40, 27 and DB. RGB value is (64,39,219). Sum of RGB (Red+Green+Blue) = 64+39+219=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #4027DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027DB is #BFD824. Grayscale: #424242. Windows color (decimal): -12572709 or 14362432. OLE color: 14362432.

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

Color convert

RGB 64 39 219 -
CMYK 0.71 0.82 0 0.14
HSL 248.33º 0.71% 0.51% -
HSV(B) 248.33º 0.82% 0.86% -
XYZ 15.63 7.66 67.67 -
YUV 67 213.78 125.86 -
System Red Green Blue C M Y K H S L
Decimal 64 39 219 0.71 0.82 0 0.14 248.33 0.71 0.51
Hex 40 27 DB 47 52 0 E F8 47 33
Octal 100 47 333 107 122 0 16 370 107 63
Binary 1000000 100111 11011011 1000111 1010010 0 1110 11111000 1000111 110011

Color Harmonies of #4027DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027DB

Black with #4027DB

Text Example


Text Example

White with #4027DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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