Html Css Color HEX #402FEB Han Purple

📋 copy color: '#402FEB'

red 64 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #402FEB

Tints of Han Purple #402FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 18.5%
G = 13.58%
B = 67.92%

CMYK

 C value IS 0.73

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#402FEB (or 0x402FEB) is known color: Han Purple. HEX triplet: 40, 2F and EB. RGB value is (64,47,235). Sum of RGB (Red+Green+Blue) = 64+47+235=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #402FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402FEB is #BFD014. Grayscale: #484848. Windows color (decimal): -12570645 or 15413056. OLE color: 15413056.

HSL color Cylindrical-coordinate representation of color #402FEB: hue angle of 245.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402FEB is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 47 235 -
CMYK 0.73 0.8 0 0.08
HSL 245.43º 0.82% 0.55% -
HSV(B) 245.43º 0.8% 0.92% -
XYZ 18.13 9.12 79.4 -
YUV 73.52 219.13 121.21 -
System Red Green Blue C M Y K H S L
Decimal 64 47 235 0.73 0.8 0 0.08 245.43 0.82 0.55
Hex 40 2F EB 49 50 0 8 F5 52 37
Octal 100 57 353 111 120 0 10 365 122 67
Binary 1000000 101111 11101011 1001001 1010000 0 1000 11110101 1010010 110111

Color Harmonies of #402FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FEB

Black with #402FEB

Text Example


Text Example

White with #402FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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