Html Css Color HEX #402CE3 Han Purple

📋 copy color: '#402CE3'

red 64 ◦ green 44 ◦ blue 227

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

Shades of Han Purple #402CE3

Tints of Han Purple #402CE3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 227 (89.06% from 255) = 67.76%

R = 19.1%
G = 13.13%
B = 67.76%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#402CE3 (or 0x402CE3) is known color: Han Purple. HEX triplet: 40, 2C and E3. RGB value is (64,44,227). Sum of RGB (Red+Green+Blue) = 64+44+227=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 227 (89.06% from 255 or 67.76% from 335); Max value from RGB is 227 - color contains mainly: blue. Hex color #402CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CE3 is #BFD31C. Grayscale: #464646. Windows color (decimal): -12571421 or 14888000. OLE color: 14888000.

HSL color Cylindrical-coordinate representation of color #402CE3: hue angle of 246.56º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402CE3 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 44 227 -
CMYK 0.72 0.81 0 0.11
HSL 246.56º 0.77% 0.53% -
HSV(B) 246.56º 0.81% 0.89% -
XYZ 16.88 8.44 73.41 -
YUV 70.84 216.13 123.12 -
System Red Green Blue C M Y K H S L
Decimal 64 44 227 0.72 0.81 0 0.11 246.56 0.77 0.53
Hex 40 2C E3 48 51 0 B F7 4D 35
Octal 100 54 343 110 121 0 13 367 115 65
Binary 1000000 101100 11100011 1001000 1010001 0 1011 11110111 1001101 110101

Color Harmonies of #402CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE3

Black with #402CE3

Text Example


Text Example

White with #402CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,227); }

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

background-color css

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

 a { background-color: rgb(64,44,227); }

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

border-color css

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

 span { border-color: rgb(64,44,227); }

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