Html Css Color HEX #402BEF Han Purple

📋 copy color: '#402BEF'

red 64 ◦ green 43 ◦ blue 239

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

Shades of Han Purple #402BEF

Tints of Han Purple #402BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 18.5%
G = 12.43%
B = 69.08%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#402BEF (or 0x402BEF) is known color: Han Purple. HEX triplet: 40, 2B and EF. RGB value is (64,43,239). Sum of RGB (Red+Green+Blue) = 64+43+239=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #402BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BEF is #BFD410. Grayscale: #464646. Windows color (decimal): -12571665 or 15674176. OLE color: 15674176.

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

Color convert

RGB 64 43 239 -
CMYK 0.73 0.82 0 0.06
HSL 246.43º 0.86% 0.55% -
HSV(B) 246.43º 0.82% 0.94% -
XYZ 18.56 9.05 82.43 -
YUV 71.62 222.46 122.56 -
System Red Green Blue C M Y K H S L
Decimal 64 43 239 0.73 0.82 0 0.06 246.43 0.86 0.55
Hex 40 2B EF 49 52 0 6 F6 56 37
Octal 100 53 357 111 122 0 6 366 126 67
Binary 1000000 101011 11101111 1001001 1010010 0 110 11110110 1010110 110111

Color Harmonies of #402BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BEF

Black with #402BEF

Text Example


Text Example

White with #402BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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