Html Css Color HEX #402CE0 Han Purple

📋 copy color: '#402CE0'

red 64 ◦ green 44 ◦ blue 224

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

Shades of Han Purple #402CE0

Tints of Han Purple #402CE0

RGB

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

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

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

R = 19.28%
G = 13.25%
B = 67.47%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#402CE0 (or 0x402CE0) is known color: Han Purple. HEX triplet: 40, 2C and E0. RGB value is (64,44,224). Sum of RGB (Red+Green+Blue) = 64+44+224=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #402CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CE0 is #BFD31F. Grayscale: #454545. Windows color (decimal): -12571424 or 14691392. OLE color: 14691392.

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

Color convert

RGB 64 44 224 -
CMYK 0.71 0.80 0 0.12
HSL 246.67º 0.74% 0.53% -
HSV(B) 246.67º 0.8% 0.88% -
XYZ 16.47 8.27 71.25 -
YUV 70.5 214.63 123.36 -
System Red Green Blue C M Y K H S L
Decimal 64 44 224 0.71 0.80 0 0.12 246.67 0.74 0.53
Hex 40 2C E0 47 50 0 C F7 4A 35
Octal 100 54 340 107 120 0 14 367 112 65
Binary 1000000 101100 11100000 1000111 1010000 0 1100 11110111 1001010 110101

Color Harmonies of #402CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CE0

Black with #402CE0

Text Example


Text Example

White with #402CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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