Html Css Color HEX #402BE0 Han Purple

📋 copy color: '#402BE0'

red 64 ◦ green 43 ◦ blue 224

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

Shades of Han Purple #402BE0

Tints of Han Purple #402BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.67%

R = 19.34%
G = 12.99%
B = 67.67%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#402BE0 (or 0x402BE0) is known color: Han Purple. HEX triplet: 40, 2B and E0. RGB value is (64,43,224). Sum of RGB (Red+Green+Blue) = 64+43+224=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #402BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BE0 is #BFD41F. Grayscale: #454545. Windows color (decimal): -12571680 or 14691136. OLE color: 14691136.

HSL color Cylindrical-coordinate representation of color #402BE0: hue angle of 246.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402BE0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 43 224 -
CMYK 0.71 0.81 0 0.12
HSL 246.96º 0.74% 0.52% -
HSV(B) 246.96º 0.81% 0.88% -
XYZ 16.43 8.2 71.24 -
YUV 69.91 214.96 123.78 -
System Red Green Blue C M Y K H S L
Decimal 64 43 224 0.71 0.81 0 0.12 246.96 0.74 0.52
Hex 40 2B E0 47 51 0 C F7 4A 34
Octal 100 53 340 107 121 0 14 367 112 64
Binary 1000000 101011 11100000 1000111 1010001 0 1100 11110111 1001010 110100

Color Harmonies of #402BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BE0

Black with #402BE0

Text Example


Text Example

White with #402BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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