Html Css Color HEX #402BE7 Han Purple

📋 copy color: '#402BE7'

red 64 ◦ green 43 ◦ blue 231

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

Shades of Han Purple #402BE7

Tints of Han Purple #402BE7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 231 (90.63% from 255) = 68.34%

R = 18.93%
G = 12.72%
B = 68.34%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#402BE7 (or 0x402BE7) is known color: Han Purple. HEX triplet: 40, 2B and E7. RGB value is (64,43,231). Sum of RGB (Red+Green+Blue) = 64+43+231=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 231 (90.62% from 255 or 68.34% from 338); Max value from RGB is 231 - color contains mainly: blue. Hex color #402BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BE7 is #BFD418. Grayscale: #454545. Windows color (decimal): -12571673 or 15149888. OLE color: 15149888.

HSL color Cylindrical-coordinate representation of color #402BE7: hue angle of 246.7º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402BE7 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 43 231 -
CMYK 0.72 0.81 0 0.09
HSL 246.7º 0.8% 0.54% -
HSV(B) 246.7º 0.81% 0.91% -
XYZ 17.4 8.59 76.34 -
YUV 70.71 218.46 123.21 -
System Red Green Blue C M Y K H S L
Decimal 64 43 231 0.72 0.81 0 0.09 246.7 0.8 0.54
Hex 40 2B E7 48 51 0 9 F7 50 36
Octal 100 53 347 110 121 0 11 367 120 66
Binary 1000000 101011 11100111 1001000 1010001 0 1001 11110111 1010000 110110

Color Harmonies of #402BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BE7

Black with #402BE7

Text Example


Text Example

White with #402BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,43,231); }

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

background-color css

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

 a { background-color: rgb(64,43,231); }

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

border-color css

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

 span { border-color: rgb(64,43,231); }

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