Html Css Color HEX #402EFE Han Purple

📋 copy color: '#402EFE'

red 64 ◦ green 46 ◦ blue 254

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

Shades of Han Purple #402EFE

Tints of Han Purple #402EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.64%

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 17.58%
G = 12.64%
B = 69.78%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#402EFE (or 0x402EFE) is known color: Han Purple. HEX triplet: 40, 2E and FE. RGB value is (64,46,254). Sum of RGB (Red+Green+Blue) = 64+46+254=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #402EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EFE is #BFD101. Grayscale: #4A4A4A. Windows color (decimal): -12570882 or 16657984. OLE color: 16657984.

HSL color Cylindrical-coordinate representation of color #402EFE: hue angle of 245.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402EFE is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 46 254 -
CMYK 0.75 0.82 0 0.00
HSL 245.19º 0.99% 0.59% -
HSV(B) 245.19º 0.82% 1% -
XYZ 20.98 10.2 94.63 -
YUV 75.09 228.96 120.09 -
System Red Green Blue C M Y K H S L
Decimal 64 46 254 0.75 0.82 0 0.00 245.19 0.99 0.59
Hex 40 2E FE 4B 52 0 0 F5 63 3B
Octal 100 56 376 113 122 0 0 365 143 73
Binary 1000000 101110 11111110 1001011 1010010 0 0 11110101 1100011 111011

Color Harmonies of #402EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402EFE

Black with #402EFE

Text Example


Text Example

White with #402EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,46,254); }

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

background-color css

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

 a { background-color: rgb(64,46,254); }

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

border-color css

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

 span { border-color: rgb(64,46,254); }

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