Html Css Color HEX #402FDE Han Purple

📋 copy color: '#402FDE'

red 64 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #402FDE

Tints of Han Purple #402FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 19.22%
G = 14.11%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#402FDE (or 0x402FDE) is known color: Han Purple. HEX triplet: 40, 2F and DE. RGB value is (64,47,222). Sum of RGB (Red+Green+Blue) = 64+47+222=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #402FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FDE is #BFD021. Grayscale: #474747. Windows color (decimal): -12570658 or 14561088. OLE color: 14561088.

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

Color convert

RGB 64 47 222 -
CMYK 0.71 0.79 0 0.13
HSL 245.83º 0.73% 0.53% -
HSV(B) 245.83º 0.79% 0.87% -
XYZ 16.32 8.4 69.87 -
YUV 72.03 212.63 122.27 -
System Red Green Blue C M Y K H S L
Decimal 64 47 222 0.71 0.79 0 0.13 245.83 0.73 0.53
Hex 40 2F DE 47 4F 0 D F6 49 35
Octal 100 57 336 107 117 0 15 366 111 65
Binary 1000000 101111 11011110 1000111 1001111 0 1101 11110110 1001001 110101

Color Harmonies of #402FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FDE

Black with #402FDE

Text Example


Text Example

White with #402FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402FDE; }

 p { color: rgb(64,47,222); }

 H1.HeaderClassName
 {
   color: #402FDE;
 }
 .AnyTagClassName
 {
   color: #402FDE;
 }
</style>

background-color css

<style>
 a { background-color: #402FDE; }

 a { background-color: rgb(64,47,222); }

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

border-color css

<style>
 span { border-color: #402FDE; }

 span { border-color: rgb(64,47,222); }

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