Html Css Color HEX #402CD5 Han Purple

📋 copy color: '#402CD5'

red 64 ◦ green 44 ◦ blue 213

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

Shades of Han Purple #402CD5

Tints of Han Purple #402CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 66.36%

R = 19.94%
G = 13.71%
B = 66.36%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#402CD5 (or 0x402CD5) is known color: Han Purple. HEX triplet: 40, 2C and D5. RGB value is (64,44,213). Sum of RGB (Red+Green+Blue) = 64+44+213=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #402CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CD5 is #BFD32A. Grayscale: #444444. Windows color (decimal): -12571435 or 13970496. OLE color: 13970496.

HSL color Cylindrical-coordinate representation of color #402CD5: hue angle of 247.1º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402CD5 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 44 213 -
CMYK 0.70 0.79 0 0.16
HSL 247.1º 0.67% 0.5% -
HSV(B) 247.1º 0.79% 0.84% -
XYZ 15.03 7.7 63.64 -
YUV 69.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 64 44 213 0.70 0.79 0 0.16 247.1 0.67 0.5
Hex 40 2C D5 46 4F 0 10 F7 43 32
Octal 100 54 325 106 117 0 20 367 103 62
Binary 1000000 101100 11010101 1000110 1001111 0 10000 11110111 1000011 110010

Color Harmonies of #402CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CD5

Black with #402CD5

Text Example


Text Example

White with #402CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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