Html Css Color HEX #402CF9 Han Purple

📋 copy color: '#402CF9'

red 64 ◦ green 44 ◦ blue 249

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

Shades of Han Purple #402CF9

Tints of Han Purple #402CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 249 (97.66% from 255) = 69.75%

R = 17.93%
G = 12.32%
B = 69.75%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402CF9 (or 0x402CF9) is known color: Han Purple. HEX triplet: 40, 2C and F9. RGB value is (64,44,249). Sum of RGB (Red+Green+Blue) = 64+44+249=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #402CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CF9 is #BFD306. Grayscale: #484848. Windows color (decimal): -12571399 or 16329792. OLE color: 16329792.

HSL color Cylindrical-coordinate representation of color #402CF9: hue angle of 245.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402CF9 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 44 249 -
CMYK 0.74 0.82 0 0.02
HSL 245.85º 0.94% 0.57% -
HSV(B) 245.85º 0.82% 0.98% -
XYZ 20.11 9.73 90.44 -
YUV 73.35 227.13 121.33 -
System Red Green Blue C M Y K H S L
Decimal 64 44 249 0.74 0.82 0 0.02 245.85 0.94 0.57
Hex 40 2C F9 4A 52 0 2 F6 5E 39
Octal 100 54 371 112 122 0 2 366 136 71
Binary 1000000 101100 11111001 1001010 1010010 0 10 11110110 1011110 111001

Color Harmonies of #402CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CF9

Black with #402CF9

Text Example


Text Example

White with #402CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,249); }

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

background-color css

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

 a { background-color: rgb(64,44,249); }

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

border-color css

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

 span { border-color: rgb(64,44,249); }

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