Html Css Color HEX #402FFA Han Purple

📋 copy color: '#402FFA'

red 64 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #402FFA

Tints of Han Purple #402FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 17.73%
G = 13.02%
B = 69.25%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402FFA (or 0x402FFA) is known color: Han Purple. HEX triplet: 40, 2F and FA. RGB value is (64,47,250). Sum of RGB (Red+Green+Blue) = 64+47+250=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #402FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FFA is #BFD005. Grayscale: #4A4A4A. Windows color (decimal): -12570630 or 16396096. OLE color: 16396096.

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

Color convert

RGB 64 47 250 -
CMYK 0.74 0.81 0 0.02
HSL 245.02º 0.95% 0.58% -
HSV(B) 245.02º 0.81% 0.98% -
XYZ 20.39 10.03 91.3 -
YUV 75.23 226.63 119.99 -
System Red Green Blue C M Y K H S L
Decimal 64 47 250 0.74 0.81 0 0.02 245.02 0.95 0.58
Hex 40 2F FA 4A 51 0 2 F5 5F 3A
Octal 100 57 372 112 121 0 2 365 137 72
Binary 1000000 101111 11111010 1001010 1010001 0 10 11110101 1011111 111010

Color Harmonies of #402FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FFA

Black with #402FFA

Text Example


Text Example

White with #402FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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