Html Css Color HEX #402DDA Han Purple

📋 copy color: '#402DDA'

red 64 ◦ green 45 ◦ blue 218

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

Shades of Han Purple #402DDA

Tints of Han Purple #402DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 19.57%
G = 13.76%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#402DDA (or 0x402DDA) is known color: Han Purple. HEX triplet: 40, 2D and DA. RGB value is (64,45,218). Sum of RGB (Red+Green+Blue) = 64+45+218=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #402DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DDA is #BFD225. Grayscale: #454545. Windows color (decimal): -12571174 or 14298432. OLE color: 14298432.

HSL color Cylindrical-coordinate representation of color #402DDA: hue angle of 246.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402DDA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 45 218 -
CMYK 0.71 0.79 0 0.15
HSL 246.59º 0.7% 0.52% -
HSV(B) 246.59º 0.79% 0.85% -
XYZ 15.71 8.03 67.05 -
YUV 70.4 211.29 123.43 -
System Red Green Blue C M Y K H S L
Decimal 64 45 218 0.71 0.79 0 0.15 246.59 0.7 0.52
Hex 40 2D DA 47 4F 0 F F7 46 34
Octal 100 55 332 107 117 0 17 367 106 64
Binary 1000000 101101 11011010 1000111 1001111 0 1111 11110111 1000110 110100

Color Harmonies of #402DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DDA

Black with #402DDA

Text Example


Text Example

White with #402DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,218); }

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

background-color css

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

 a { background-color: rgb(64,45,218); }

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

border-color css

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

 span { border-color: rgb(64,45,218); }

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