Html Css Color HEX #402BDB Han Purple

📋 copy color: '#402BDB'

red 64 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #402BDB

Tints of Han Purple #402BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 19.63%
G = 13.19%
B = 67.18%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#402BDB (or 0x402BDB) is known color: Han Purple. HEX triplet: 40, 2B and DB. RGB value is (64,43,219). Sum of RGB (Red+Green+Blue) = 64+43+219=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #402BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BDB is #BFD424. Grayscale: #444444. Windows color (decimal): -12571685 or 14363456. OLE color: 14363456.

HSL color Cylindrical-coordinate representation of color #402BDB: hue angle of 247.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402BDB is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 43 219 -
CMYK 0.71 0.80 0 0.14
HSL 247.16º 0.71% 0.51% -
HSV(B) 247.16º 0.8% 0.86% -
XYZ 15.76 7.93 67.72 -
YUV 69.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 64 43 219 0.71 0.80 0 0.14 247.16 0.71 0.51
Hex 40 2B DB 47 50 0 E F7 47 33
Octal 100 53 333 107 120 0 16 367 107 63
Binary 1000000 101011 11011011 1000111 1010000 0 1110 11110111 1000111 110011

Color Harmonies of #402BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BDB

Black with #402BDB

Text Example


Text Example

White with #402BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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