Html Css Color HEX #402CE6 Han Purple

📋 copy color: '#402CE6'

red 64 ◦ green 44 ◦ blue 230

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

Shades of Han Purple #402CE6

Tints of Han Purple #402CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.05%

R = 18.93%
G = 13.02%
B = 68.05%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#402CE6 (or 0x402CE6) is known color: Han Purple. HEX triplet: 40, 2C and E6. RGB value is (64,44,230). Sum of RGB (Red+Green+Blue) = 64+44+230=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #402CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CE6 is #BFD319. Grayscale: #464646. Windows color (decimal): -12571418 or 15084608. OLE color: 15084608.

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

Color convert

RGB 64 44 230 -
CMYK 0.72 0.81 0 0.10
HSL 246.45º 0.79% 0.54% -
HSV(B) 246.45º 0.81% 0.9% -
XYZ 17.3 8.6 75.61 -
YUV 71.18 217.63 122.88 -
System Red Green Blue C M Y K H S L
Decimal 64 44 230 0.72 0.81 0 0.10 246.45 0.79 0.54
Hex 40 2C E6 48 51 0 A F6 4F 36
Octal 100 54 346 110 121 0 12 366 117 66
Binary 1000000 101100 11100110 1001000 1010001 0 1010 11110110 1001111 110110

Color Harmonies of #402CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE6

Black with #402CE6

Text Example


Text Example

White with #402CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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