Html Css Color HEX #402DF0 Han Purple

📋 copy color: '#402DF0'

red 64 ◦ green 45 ◦ blue 240

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

Shades of Han Purple #402DF0

Tints of Han Purple #402DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 240 (94.14% from 255) = 68.77%

R = 18.34%
G = 12.89%
B = 68.77%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#402DF0 (or 0x402DF0) is known color: Han Purple. HEX triplet: 40, 2D and F0. RGB value is (64,45,240). Sum of RGB (Red+Green+Blue) = 64+45+240=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #402DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DF0 is #BFD20F. Grayscale: #484848. Windows color (decimal): -12571152 or 15740224. OLE color: 15740224.

HSL color Cylindrical-coordinate representation of color #402DF0: hue angle of 245.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402DF0 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 45 240 -
CMYK 0.73 0.81 0 0.06
HSL 245.85º 0.87% 0.56% -
HSV(B) 245.85º 0.81% 0.94% -
XYZ 18.78 9.26 83.24 -
YUV 72.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 64 45 240 0.73 0.81 0 0.06 245.85 0.87 0.56
Hex 40 2D F0 49 51 0 6 F6 57 38
Octal 100 55 360 111 121 0 6 366 127 70
Binary 1000000 101101 11110000 1001001 1010001 0 110 11110110 1010111 111000

Color Harmonies of #402DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DF0

Black with #402DF0

Text Example


Text Example

White with #402DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,240); }

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

background-color css

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

 a { background-color: rgb(64,45,240); }

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

border-color css

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

 span { border-color: rgb(64,45,240); }

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