Html Css Color HEX #402FDC Han Purple

📋 copy color: '#402FDC'

red 64 ◦ green 47 ◦ blue 220

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

Shades of Han Purple #402FDC

Tints of Han Purple #402FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 19.34%
G = 14.2%
B = 66.47%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#402FDC (or 0x402FDC) is known color: Han Purple. HEX triplet: 40, 2F and DC. RGB value is (64,47,220). Sum of RGB (Red+Green+Blue) = 64+47+220=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #402FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FDC is #BFD023. Grayscale: #474747. Windows color (decimal): -12570660 or 14430016. OLE color: 14430016.

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

Color convert

RGB 64 47 220 -
CMYK 0.71 0.79 0 0.14
HSL 245.9º 0.71% 0.52% -
HSV(B) 245.9º 0.79% 0.86% -
XYZ 16.05 8.29 68.46 -
YUV 71.81 211.63 122.43 -
System Red Green Blue C M Y K H S L
Decimal 64 47 220 0.71 0.79 0 0.14 245.9 0.71 0.52
Hex 40 2F DC 47 4F 0 E F6 47 34
Octal 100 57 334 107 117 0 16 366 107 64
Binary 1000000 101111 11011100 1000111 1001111 0 1110 11110110 1000111 110100

Color Harmonies of #402FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FDC

Black with #402FDC

Text Example


Text Example

White with #402FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,220); }

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

background-color css

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

 a { background-color: rgb(64,47,220); }

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

border-color css

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

 span { border-color: rgb(64,47,220); }

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