Html Css Color HEX #402AF9 Han Purple

📋 copy color: '#402AF9'

red 64 ◦ green 42 ◦ blue 249

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

Shades of Han Purple #402AF9

Tints of Han Purple #402AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.83%

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

R = 18.03%
G = 11.83%
B = 70.14%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402AF9 (or 0x402AF9) is known color: Han Purple. HEX triplet: 40, 2A and F9. RGB value is (64,42,249). Sum of RGB (Red+Green+Blue) = 64+42+249=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #402AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402AF9 is #BFD506. Grayscale: #474747. Windows color (decimal): -12571911 or 16329280. OLE color: 16329280.

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

Color convert

RGB 64 42 249 -
CMYK 0.74 0.83 0 0.02
HSL 246.38º 0.95% 0.57% -
HSV(B) 246.38º 0.83% 0.98% -
XYZ 20.04 9.59 90.42 -
YUV 72.18 227.79 122.17 -
System Red Green Blue C M Y K H S L
Decimal 64 42 249 0.74 0.83 0 0.02 246.38 0.95 0.57
Hex 40 2A F9 4A 53 0 2 F6 5F 39
Octal 100 52 371 112 123 0 2 366 137 71
Binary 1000000 101010 11111001 1001010 1010011 0 10 11110110 1011111 111001

Color Harmonies of #402AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402AF9

Black with #402AF9

Text Example


Text Example

White with #402AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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