Html Css Color HEX #402FFB Han Purple

📋 copy color: '#402FFB'

red 64 ◦ green 47 ◦ blue 251

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

Shades of Han Purple #402FFB

Tints of Han Purple #402FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 17.68%
G = 12.98%
B = 69.34%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#402FFB (or 0x402FFB) is known color: Han Purple. HEX triplet: 40, 2F and FB. RGB value is (64,47,251). Sum of RGB (Red+Green+Blue) = 64+47+251=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #402FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FFB is #BFD004. Grayscale: #4A4A4A. Windows color (decimal): -12570629 or 16461632. OLE color: 16461632.

HSL color Cylindrical-coordinate representation of color #402FFB: hue angle of 245º degrees, saturation: 0.96, 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 #402FFB is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 47 251 -
CMYK 0.75 0.81 0 0.02
HSL 245º 0.96% 0.58% -
HSV(B) 245º 0.81% 0.98% -
XYZ 20.54 10.09 92.13 -
YUV 75.34 227.13 119.91 -
System Red Green Blue C M Y K H S L
Decimal 64 47 251 0.75 0.81 0 0.02 245 0.96 0.58
Hex 40 2F FB 4B 51 0 2 F5 60 3A
Octal 100 57 373 113 121 0 2 365 140 72
Binary 1000000 101111 11111011 1001011 1010001 0 10 11110101 1100000 111010

Color Harmonies of #402FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FFB

Black with #402FFB

Text Example


Text Example

White with #402FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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